Skip to content

Commit e3ea4e0

Browse files
committed
chore: release v1.5.0
1 parent 53d7e46 commit e3ea4e0

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.4.4'
86+
uses: 'ctfer-io/ctfd-setup@v1.5.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.4.4'
118+
image: 'ctferio/ctfd-setup@v1.5.0'
119119
settings:
120120
url:
121121
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.4.4'
155+
image: 'docker://ctferio/ctfd-setup:v1.5.0'
156156
env:
157157
FILE: ${{ inputs.file }}
158158
URL: ${{ inputs.url }}

0 commit comments

Comments
 (0)