From e3ea4e0a78b5cf6e0b76c729afe6a05f9ca80277 Mon Sep 17 00:00:00 2001 From: Lucas TESSON Date: Thu, 12 Dec 2024 15:35:37 +0100 Subject: [PATCH] chore: release v1.5.0 --- README.md | 4 ++-- action.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b866351..3389894 100644 --- a/README.md +++ b/README.md @@ -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' @@ -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 diff --git a/action.yaml b/action.yaml index cef5bcb..ccf5d32 100644 --- a/action.yaml +++ b/action.yaml @@ -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 }}