From a890bfb451fc42ab4d303987934ca35508493128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 07:34:26 +0000 Subject: [PATCH] chore(deps): bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 85e6279cec87321a52edac9c87bce653a07cf6c2 to 8edcb1bdb4e267140fa742c62e395cd74f332709. - [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...8edcb1bdb4e267140fa742c62e395cd74f332709) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 8edcb1bdb4e267140fa742c62e395cd74f332709 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..ff8b691 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@8edcb1bdb4e267140fa742c62e395cd74f332709 # 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@8edcb1bdb4e267140fa742c62e395cd74f332709 # 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@8edcb1bdb4e267140fa742c62e395cd74f332709 # 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@8edcb1bdb4e267140fa742c62e395cd74f332709 # 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..f912102 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@8edcb1bdb4e267140fa742c62e395cd74f332709 # 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..0a3551b 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@8edcb1bdb4e267140fa742c62e395cd74f332709 # v4.2.2 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version-file: "pyproject.toml"