From a3122117f172d5ee31c7423dfe2fc0bf9a232178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 07:48:25 +0000 Subject: [PATCH] chore: bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/conventional-commits.yml | 2 +- .github/workflows/docker.yml | 4 ++-- .github/workflows/release.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de0922c..5dd1140 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: { fetch-depth: 0 } - name: Setup Rust 1.88 @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: { fetch-depth: 0 } - name: Setup Rust 1.88 @@ -84,7 +84,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: { fetch-depth: 0 } - name: Setup Rust 1.88 @@ -109,7 +109,7 @@ jobs: needs: [fmt, sort, clippy] if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: { fetch-depth: 0 } - name: Setup Rust 1.88 @@ -131,7 +131,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: { fetch-depth: 0 } - name: Setup Rust 1.88 @@ -162,7 +162,7 @@ jobs: needs: [test] if: ${{ github.ref == 'refs/heads/main' || (github.event_name == 'pull_request' && contains(github.event.pull_request.title, '[coverage]')) }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: { fetch-depth: 0 } - name: Setup Rust 1.88 diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index e84ffd8..120a00e 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -10,6 +10,6 @@ jobs: name: Conventional Commits runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: webiny/action-conventional-commits@v1.3.0 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d49a255..5518f7b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -31,7 +31,7 @@ jobs: if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: { fetch-depth: 0 } - name: Set up Buildx @@ -52,7 +52,7 @@ jobs: security-events: write # needed for upload-sarif steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: { fetch-depth: 0 } - name: Set up QEMU (multi-arch) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02116fd..01f27e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: name: Create GitHub Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Derive tag id: tag