From 7164144d562af81f58fe9cb38ec45b107f12f3e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 22:12:57 +0000 Subject: [PATCH] chore(deps): update actions/checkout requirement to 09d2acae674a48949e3602304ab46fd20ae0c42f Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/commits/09d2acae674a48949e3602304ab46fd20ae0c42f) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '09d2acae674a48949e3602304ab46fd20ae0c42f' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bb97c2f..e8b5ce0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -22,7 +22,7 @@ jobs: author: ${{ steps.extract.outputs.author }} signature: ${{ steps.extract.outputs.signature }} steps: - - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2 + - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2 - name: Extract necessary build info id: extract run: | @@ -48,7 +48,7 @@ jobs: runs-on: macos-15 steps: - - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2 + - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version-file: "pyproject.toml" @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2 + - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version-file: "pyproject.toml" @@ -141,7 +141,7 @@ jobs: runs-on: windows-2025 steps: - - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2 + - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version-file: "pyproject.toml"