Skip to content

Commit

Permalink
Merge pull request #36 from kimi360/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-3.3.2

build(deps): bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
kimi360 authored Sep 8, 2023
2 parents b641888 + 0b8c3e9 commit 50d79d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ariang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_darkhttpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_frpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_frps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_homebox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 50d79d0

Please sign in to comment.