diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c4fe93..3a96fd7 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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. @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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.