diff --git a/.gitea/workflows/build-and-push.yml b/.gitea/workflows/build-and-push.yml index aba7927..6854717 100644 --- a/.gitea/workflows/build-and-push.yml +++ b/.gitea/workflows/build-and-push.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Parse Caddy version id: version run: | diff --git a/.gitea/workflows/build-test.yml b/.gitea/workflows/build-test.yml index 8edc35b..9854d7b 100644 --- a/.gitea/workflows/build-test.yml +++ b/.gitea/workflows/build-test.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Parse Caddy version id: version run: |