Skip to content

Commit dcb1ba3

Browse files
committed
chore: release v1.3.0
1 parent 5ab4329 commit dcb1ba3

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
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: 'ubuntu-latest'
4545
steps:
4646
- name: 'Setup CTFd'
47-
uses: 'ctfer-io/ctfd-setup@v1.1.9'
47+
uses: 'ctfer-io/ctfd-setup@v1.3.0'
4848
with:
4949
url: ${{ secrets.CTFD_URL }}
5050
appearance_name: 'My CTF'
@@ -74,7 +74,7 @@ steps:
7474
# ...
7575

7676
- name: 'Setup CTFd'
77-
image: 'ctferio/ctfd-setup@v1.1.9'
77+
image: 'ctferio/ctfd-setup@v1.3.0'
7878
settings:
7979
url:
8080
from_secret: CTFD_URL

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ inputs:
152152

153153
runs:
154154
using: 'docker'
155-
image: 'docker://ctferio/ctfd-setup:v1.2.1'
155+
image: 'docker://ctferio/ctfd-setup:v1.3.0'
156156
env:
157157
FILE: ${{ inputs.file }}
158158
URL: ${{ inputs.url }}

0 commit comments

Comments
 (0)