From 06b779d1c8402f5d059331bda09cf7017d32046b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 12:25:46 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 9bb5618 --- .github/workflows/feature-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature-branch.yml b/.github/workflows/feature-branch.yml index 3265d99..a4588ee 100644 --- a/.github/workflows/feature-branch.yml +++ b/.github/workflows/feature-branch.yml @@ -12,7 +12,7 @@ jobs: matrix: python-version: ["3.10", "3.11"] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Set up Python ${{ matrix.python-version }} # yamllint disable-line rule:comments