Skip to content

Commit

Permalink
chore: release v1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas TESSON <[email protected]>
  • Loading branch information
pandatix committed Oct 30, 2024
1 parent 9a0a719 commit a1300ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Setup CTFd'
uses: 'ctfer-io/ctfd-setup@v1.3.0'
uses: 'ctfer-io/ctfd-setup@v1.4.0'
with:
url: ${{ secrets.CTFD_URL }}
appearance_name: 'My CTF'
Expand Down Expand Up @@ -74,7 +74,7 @@ steps:
# ...

- name: 'Setup CTFd'
image: 'ctferio/ctfd-setup@v1.3.0'
image: 'ctferio/ctfd-setup@v1.4.0'
settings:
url:
from_secret: CTFD_URL
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://ctferio/ctfd-setup:v1.3.0'
image: 'docker://ctferio/ctfd-setup:v1.4.0'
env:
FILE: ${{ inputs.file }}
URL: ${{ inputs.url }}
Expand Down

0 comments on commit a1300ed

Please sign in to comment.