Skip to content

Commit

Permalink
chore: release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Dec 12, 2024
1 parent 53d7e46 commit e3ea4e0
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/ctfd-setup@v1.4.4'
uses: 'ctfer-io/ctfd-setup@v1.5.0'
with:
url: ${{ secrets.CTFD_URL }}
file: '.ctfd.yaml'
Expand Down Expand Up @@ -115,7 +115,7 @@ steps:
# ...
- name: 'Setup CTFd'
image: 'ctferio/ctfd-setup@v1.4.4'
image: 'ctferio/ctfd-setup@v1.5.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.4.4'
image: 'docker://ctferio/ctfd-setup:v1.5.0'
env:
FILE: ${{ inputs.file }}
URL: ${{ inputs.url }}
Expand Down

0 comments on commit e3ea4e0

Please sign in to comment.