Skip to content

Commit e11df98

Browse files
committed
chore: release v1.6.0
1 parent 8acd06c commit e11df98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: 'ubuntu-latest'
8484
steps:
8585
- name: 'Setup CTFd'
86-
uses: 'ctfer-io/ctfd-setup@v1.5.2'
86+
uses: 'ctfer-io/ctfd-setup@v1.6.0'
8787
with:
8888
url: ${{ secrets.CTFD_URL }}
8989
file: '.ctfd.yaml'
@@ -115,7 +115,7 @@ steps:
115115
# ...
116116
117117
- name: 'Setup CTFd'
118-
image: 'ctferio/ctfd-setup@v1.5.2'
118+
image: 'ctferio/ctfd-setup@v1.6.0'
119119
settings:
120120
url:
121121
from_secret: CTFD_URL

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ inputs:
154154

155155
runs:
156156
using: 'docker'
157-
image: 'docker://ctferio/ctfd-setup:v1.5.2'
157+
image: 'docker://ctferio/ctfd-setup:v1.6.0'
158158
env:
159159
FILE: ${{ inputs.file }}
160160
URL: ${{ inputs.url }}

0 commit comments

Comments
 (0)