From 43c2e0430240b774b3603c03bdc2ba6212f6981d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:06:17 +0000 Subject: [PATCH] Actions(deps): Bump actions/cache from 4.0.1 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/ab5e6d0c87105b4c9c2047343972218f562e4319...0c45773b623bea8c8e75f6c82b208c3cf94ea4f9) --- updated-dependencies: - dependency-name: actions/cache 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 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/directory-bootstrap-alpine.yml b/.github/workflows/directory-bootstrap-alpine.yml index 600e063..6b84661 100644 --- a/.github/workflows/directory-bootstrap-alpine.yml +++ b/.github/workflows/directory-bootstrap-alpine.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Cache pip - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }} diff --git a/.github/workflows/directory-bootstrap-arch.yml b/.github/workflows/directory-bootstrap-arch.yml index 20cc1e3..63503a8 100644 --- a/.github/workflows/directory-bootstrap-arch.yml +++ b/.github/workflows/directory-bootstrap-arch.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Cache pip - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }} diff --git a/.github/workflows/directory-bootstrap-gentoo.yml b/.github/workflows/directory-bootstrap-gentoo.yml index 0a3efb0..9b98de4 100644 --- a/.github/workflows/directory-bootstrap-gentoo.yml +++ b/.github/workflows/directory-bootstrap-gentoo.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Cache pip - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }} diff --git a/.github/workflows/directory-bootstrap-void.yml b/.github/workflows/directory-bootstrap-void.yml index 388ec36..39a2580 100644 --- a/.github/workflows/directory-bootstrap-void.yml +++ b/.github/workflows/directory-bootstrap-void.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Cache pip - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }} diff --git a/.github/workflows/image-bootstrap-arch.yml b/.github/workflows/image-bootstrap-arch.yml index 3dae1b2..0d8f317 100644 --- a/.github/workflows/image-bootstrap-arch.yml +++ b/.github/workflows/image-bootstrap-arch.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Cache pip - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }} diff --git a/.github/workflows/image-bootstrap-debian.yml b/.github/workflows/image-bootstrap-debian.yml index 98d2f55..f06ead5 100644 --- a/.github/workflows/image-bootstrap-debian.yml +++ b/.github/workflows/image-bootstrap-debian.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Cache pip - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }} diff --git a/.github/workflows/image-bootstrap-gentoo.yml b/.github/workflows/image-bootstrap-gentoo.yml index cd02ba6..33d32c4 100644 --- a/.github/workflows/image-bootstrap-gentoo.yml +++ b/.github/workflows/image-bootstrap-gentoo.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Cache pip - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }} diff --git a/.github/workflows/image-bootstrap-ubuntu.yml b/.github/workflows/image-bootstrap-ubuntu.yml index 995109f..978c74a 100644 --- a/.github/workflows/image-bootstrap-ubuntu.yml +++ b/.github/workflows/image-bootstrap-ubuntu.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Cache pip - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}