diff --git a/.github/workflows/directory-bootstrap-alpine.yml b/.github/workflows/directory-bootstrap-alpine.yml index 600e063..54382b2 100644 --- a/.github/workflows/directory-bootstrap-alpine.yml +++ b/.github/workflows/directory-bootstrap-alpine.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout Git repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Cache pip uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 diff --git a/.github/workflows/directory-bootstrap-arch.yml b/.github/workflows/directory-bootstrap-arch.yml index 20cc1e3..cfc6103 100644 --- a/.github/workflows/directory-bootstrap-arch.yml +++ b/.github/workflows/directory-bootstrap-arch.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout Git repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Cache pip uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 diff --git a/.github/workflows/directory-bootstrap-gentoo.yml b/.github/workflows/directory-bootstrap-gentoo.yml index 0a3efb0..f03b622 100644 --- a/.github/workflows/directory-bootstrap-gentoo.yml +++ b/.github/workflows/directory-bootstrap-gentoo.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout Git repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Cache pip uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 diff --git a/.github/workflows/directory-bootstrap-void.yml b/.github/workflows/directory-bootstrap-void.yml index 388ec36..3760bc7 100644 --- a/.github/workflows/directory-bootstrap-void.yml +++ b/.github/workflows/directory-bootstrap-void.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout Git repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Cache pip uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 diff --git a/.github/workflows/image-bootstrap-arch.yml b/.github/workflows/image-bootstrap-arch.yml index 3dae1b2..f12dff2 100644 --- a/.github/workflows/image-bootstrap-arch.yml +++ b/.github/workflows/image-bootstrap-arch.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout Git repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Cache pip uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 diff --git a/.github/workflows/image-bootstrap-debian.yml b/.github/workflows/image-bootstrap-debian.yml index 98d2f55..5932a3f 100644 --- a/.github/workflows/image-bootstrap-debian.yml +++ b/.github/workflows/image-bootstrap-debian.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout Git repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Cache pip uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 diff --git a/.github/workflows/image-bootstrap-gentoo.yml b/.github/workflows/image-bootstrap-gentoo.yml index cd02ba6..6f0be3c 100644 --- a/.github/workflows/image-bootstrap-gentoo.yml +++ b/.github/workflows/image-bootstrap-gentoo.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout Git repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Cache pip uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 diff --git a/.github/workflows/image-bootstrap-ubuntu.yml b/.github/workflows/image-bootstrap-ubuntu.yml index 995109f..a7710fc 100644 --- a/.github/workflows/image-bootstrap-ubuntu.yml +++ b/.github/workflows/image-bootstrap-ubuntu.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout Git repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Cache pip uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 diff --git a/.github/workflows/run-test-suite.yml b/.github/workflows/run-test-suite.yml index 37f494f..9e5f406 100644 --- a/.github/workflows/run-test-suite.yml +++ b/.github/workflows/run-test-suite.yml @@ -11,7 +11,7 @@ jobs: name: Run the test suite runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Set up Python 3.8 uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0