From 1e4a79c302c6193f262e52fb12435df7068ce0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 07:37:01 +0000 Subject: [PATCH] chore(deps): bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 85e6279cec87321a52edac9c87bce653a07cf6c2 to ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493. - [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/85e6279cec87321a52edac9c87bce653a07cf6c2...ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 8 ++++---- .github/workflows/lint.yaml | 2 +- .github/workflows/test.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bb97c2f..65b0fcf 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@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # 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@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # 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@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # 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@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version-file: "pyproject.toml" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4f81573..1149258 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,7 +13,7 @@ jobs: check: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2 + - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version-file: "pyproject.toml" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 19847b6..19b4d5e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: DISPLAY: ":99.0" runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2 + - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version-file: "pyproject.toml"