From 0b8c3e9d7000b08101f44e77c2d93c63d0cd7e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 22:10:45 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.3.1 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.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/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build_ariang.yml | 2 +- .github/workflows/build_darkhttpd.yml | 2 +- .github/workflows/build_frpc.yml | 2 +- .github/workflows/build_frps.yml | 2 +- .github/workflows/build_homebox.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_ariang.yml b/.github/workflows/build_ariang.yml index 40c086a..860705f 100644 --- a/.github/workflows/build_ariang.yml +++ b/.github/workflows/build_ariang.yml @@ -34,7 +34,7 @@ jobs: rm -rfv ./ariang/src/LICENSE - name: Cache Docker layers - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: /tmp/.buildx-cache key: ariang-${{ runner.os }}-buildx-${{ github.sha }} diff --git a/.github/workflows/build_darkhttpd.yml b/.github/workflows/build_darkhttpd.yml index f251a2b..e1a39a9 100644 --- a/.github/workflows/build_darkhttpd.yml +++ b/.github/workflows/build_darkhttpd.yml @@ -34,7 +34,7 @@ jobs: rm -rfv ./darkhttpd/src/.git - name: Cache Docker layers - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: /tmp/.buildx-cache key: darkhttpd-${{ runner.os }}-buildx-${{ github.sha }} diff --git a/.github/workflows/build_frpc.yml b/.github/workflows/build_frpc.yml index 1dd5952..5ddd066 100644 --- a/.github/workflows/build_frpc.yml +++ b/.github/workflows/build_frpc.yml @@ -29,7 +29,7 @@ jobs: echo "version=$(curl -s ${URL} | grep tag_name | head -n 1 | awk -F '"' '{print $4}'| sed 's#v##')" >> $GITHUB_OUTPUT - name: Cache Docker layers - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: /tmp/.buildx-cache key: frpc-${{ runner.os }}-buildx-${{ github.sha }} diff --git a/.github/workflows/build_frps.yml b/.github/workflows/build_frps.yml index e8e5ad3..c0878bd 100644 --- a/.github/workflows/build_frps.yml +++ b/.github/workflows/build_frps.yml @@ -29,7 +29,7 @@ jobs: echo "version=$(curl -s ${URL} | grep tag_name | head -n 1 | awk -F '"' '{print $4}'| sed 's#v##')" >> $GITHUB_OUTPUT - name: Cache Docker layers - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: /tmp/.buildx-cache key: frps-${{ runner.os }}-buildx-${{ github.sha }} diff --git a/.github/workflows/build_homebox.yml b/.github/workflows/build_homebox.yml index d59fb88..8d3bff4 100644 --- a/.github/workflows/build_homebox.yml +++ b/.github/workflows/build_homebox.yml @@ -29,7 +29,7 @@ jobs: echo "version=$(curl -s ${URL} | grep tag_name | head -n 1 | awk -F '"' '{print $4}'| sed 's#v##')" >> $GITHUB_OUTPUT - name: Cache Docker layers - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: /tmp/.buildx-cache key: homebox-${{ runner.os }}-buildx-${{ github.sha }}