Skip to content

Commit

Permalink
chore(deps): align ctfd-setup own version
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Dec 13, 2024
1 parent bc1a234 commit 4f039f1
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 @@ -83,7 +83,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Setup CTFd'
uses: 'ctfer-io/[email protected].0'
uses: 'ctfer-io/[email protected].2'
with:
url: ${{ secrets.CTFD_URL }}
file: '.ctfd.yaml'
Expand Down Expand Up @@ -115,7 +115,7 @@ steps:
# ...
- name: 'Setup CTFd'
image: 'ctferio/[email protected].0'
image: 'ctferio/[email protected].2'
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.5.0'
image: 'docker://ctferio/ctfd-setup:v1.5.2'
env:
FILE: ${{ inputs.file }}
URL: ${{ inputs.url }}
Expand Down

0 comments on commit 4f039f1

Please sign in to comment.