From f0b51ff847ab9cc482bad6e6f3bf2f76a2dc389d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:32:47 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 1d96c77 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7385f52..852d67a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 # Remove non-installable git packages. There git-svn can not be installed # because the image contains newer versions which do not have matching git-svn # in enabled repositories. @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 # Remove non-installable git packages. There git-svn can not be installed # because the image contains newer versions which do not have matching git-svn # in enabled repositories.