From 328b3082a7e85f374864c4e3d0056a9e9bd9273f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 12:38:11 +0000 Subject: [PATCH] chore(ci)(deps): bump actions/checkout from 4.1.7 to 5.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 5.0.0. - [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.1.7...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 29e86c2..a823928 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: security-events: write # Required for CodeQL results steps: - name: Checkout repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v5.0.0 # Initializes the CodeQL tools for scanning. # Added CodeQL init - name: Initialize CodeQL @@ -90,7 +90,7 @@ jobs: # Removed incorrect permissions block from here steps: - name: Checkout repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v5.0.0 # Removed incorrect CodeQL init from here - name: Install pnpm @@ -139,7 +139,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') # Only run for tags steps: - name: Checkout repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v5.0.0 - name: Install pnpm uses: pnpm/action-setup@v4 @@ -170,7 +170,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') # Only run for tags steps: - name: Checkout repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v5.0.0 - name: Set up QEMU uses: docker/setup-qemu-action@v3.2.0