From 4185e621b9bb24295e75d1a232cc7e55f9b4d984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 22:42:56 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.3.2 to 3.3.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3. - [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.2...v3.3.3) --- 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 414061d..2659efe 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.2 + uses: actions/cache@v3.3.3 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 41036b4..a03656a 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.2 + uses: actions/cache@v3.3.3 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 b97cdfd..550ab8e 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.2 + uses: actions/cache@v3.3.3 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 36f5d80..17adbac 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.2 + uses: actions/cache@v3.3.3 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 9660be2..4c6111a 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.2 + uses: actions/cache@v3.3.3 with: path: /tmp/.buildx-cache key: homebox-${{ runner.os }}-buildx-${{ github.sha }}