Skip to content

Commit

Permalink
chore: release v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Oct 30, 2024
1 parent 58e8bc1 commit b3930c4
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/[email protected].3'
uses: 'ctfer-io/[email protected].4'
with:
url: ${{ secrets.CTFD_URL }}
appearance_name: 'My CTF'
Expand Down Expand Up @@ -74,7 +74,7 @@ steps:
# ...

- name: 'Setup CTFd'
image: 'ctferio/[email protected].3'
image: 'ctferio/[email protected].4'
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.4.3'
image: 'docker://ctferio/ctfd-setup:v1.4.4'
env:
FILE: ${{ inputs.file }}
URL: ${{ inputs.url }}
Expand Down

0 comments on commit b3930c4

Please sign in to comment.