From e9ec7ee6e926fa3c22757dfb83f367f9abd4412e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 23:57:39 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v5 (#5) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/baseline.yml | 2 +- .github/workflows/prv.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/baseline.yml b/.github/workflows/baseline.yml index 979884d..689ca6c 100644 --- a/.github/workflows/baseline.yml +++ b/.github/workflows/baseline.yml @@ -17,7 +17,7 @@ jobs: - run: | curl -sf -X POST -H "Content-Type: application/json" -d '{ "id": "'"$BUILD"'", "build": { "origin": { "commit": "${{ github.sha }}" } } }' "https://$URNERYS/api/v1/projects/webshot/builds" - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - uses: denoland/setup-deno@v1 with: diff --git a/.github/workflows/prv.yml b/.github/workflows/prv.yml index 5a928fe..051fe2e 100644 --- a/.github/workflows/prv.yml +++ b/.github/workflows/prv.yml @@ -17,7 +17,7 @@ jobs: - run: | curl -sf -X POST -H "Content-Type: application/json" -d '{ "id": "'"$BUILD"'", "build": { "origin": { "commit": "${{ github.sha }}" } } }' "https://$URNERYS/api/v1/projects/webshot/builds" - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - uses: denoland/setup-deno@v1 with: -- 2.51.2