From 92a33df8dbc5344713203b9f14d201cc11e1cd88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:10:48 +0000 Subject: [PATCH] chore(deps): upgrade actions/checkout digest to df4cb1c --- .github/workflows/publish.yaml | 2 +- .github/workflows/quality.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4059b3c..eda92d7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest environment: pypi steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: submodules: true diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index 6636c9a..250d7e8 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Setup licensor uses: nicebots-xyz/licensor/.github/actions/setup-licensor@9b1b5450cb3d59e3f010a8203d696173aba3b564 with: @@ -37,7 +37,7 @@ jobs: name: "Python 3.14" steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: submodules: true @@ -78,7 +78,7 @@ jobs: name: ${{ matrix.name }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: "Setup PDM" uses: pdm-project/setup-pdm@94a823180e06fcde4ad29308721954a521c96ed0 # v4