From c781a4741a99982668c85f156ef5af235ebdcd1f Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" Date: Fri, 3 May 2024 12:52:55 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 0ad4b8f --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9045957..3ee297a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,7 +12,7 @@ jobs: name: Python ${{ matrix.python-version }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Setup timezone uses: zcong1993/setup-timezone@master