diff --git a/.github/workflows/swiftfiddle-runner-functions-61-AutoDeployTrigger-ac5a90f2-3d17-4e6b-ab89-f38aa6385497.yml b/.github/workflows/swiftfiddle-runner-functions-61-AutoDeployTrigger-ac5a90f2-3d17-4e6b-ab89-f38aa6385497.yml index da9026b..5408961 100644 --- a/.github/workflows/swiftfiddle-runner-functions-61-AutoDeployTrigger-ac5a90f2-3d17-4e6b-ab89-f38aa6385497.yml +++ b/.github/workflows/swiftfiddle-runner-functions-61-AutoDeployTrigger-ac5a90f2-3d17-4e6b-ab89-f38aa6385497.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout to the branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Azure Login uses: azure/login@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b51e4ed..6f89168 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build run: | set -ex diff --git a/.github/workflows/udd.yml b/.github/workflows/udd.yml index f8d5336..cb02c88 100644 --- a/.github/workflows/udd.yml +++ b/.github/workflows/udd.yml @@ -9,7 +9,7 @@ jobs: update-dependencies: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: denoland/setup-deno@v1 with: deno-version: vx.x.x