From de5bba76829256a91cf5c2635b84f632eb26dbe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 18:42:34 +0000 Subject: [PATCH] Actions(deps): Bump actions/checkout from 4.1.1 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...a5ac7e51b41094c92402da3b24376905380afc29) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/directory-bootstrap-alpine.yml | 2 +- .github/workflows/directory-bootstrap-arch.yml | 2 +- .github/workflows/directory-bootstrap-gentoo.yml | 2 +- .github/workflows/directory-bootstrap-void.yml | 2 +- .github/workflows/image-bootstrap-arch.yml | 2 +- .github/workflows/image-bootstrap-debian.yml | 2 +- .github/workflows/image-bootstrap-gentoo.yml | 2 +- .github/workflows/image-bootstrap-ubuntu.yml | 2 +- .github/workflows/run-test-suite.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/directory-bootstrap-alpine.yml b/.github/workflows/directory-bootstrap-alpine.yml index 600e063..8219c05 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - 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..b741341 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - 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..c66ad25 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - 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..eab753a 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - 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..14638e2 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - 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..702b885 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - 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..8c55c0e 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - 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..26bc50b 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - 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..c06ccdd 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Set up Python 3.8 uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0