Skip to content

Commit b51c86b

Browse files
authored
Merge pull request #91 from nginxinc/dependabot/github_actions/actions/cache-v2.1.5
Bump actions/cache from v2.1.4 to v2.1.5
2 parents cc71d72 + 06aecfd commit b51c86b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build Binary
4040
run: make build
4141
- name: Store Artifacts in Cache
42-
uses: actions/[email protected].4
42+
uses: actions/[email protected].5
4343
with:
4444
path: ${{ github.workspace }}/nginx-asg-sync
4545
key: nginx-asg-sync-${{ github.run_id }}-${{ github.run_number }}
@@ -65,7 +65,7 @@ jobs:
6565
- name: Checkout Repository
6666
uses: actions/checkout@v2
6767
- name: Fetch Cached Artifacts
68-
uses: actions/[email protected].4
68+
uses: actions/[email protected].5
6969
with:
7070
path: ${{ github.workspace }}/nginx-asg-sync
7171
key: nginx-asg-sync-${{ github.run_id }}-${{ github.run_number }}
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
driver-opts: network=host
7676
- name: Cache Docker layers
77-
uses: actions/[email protected].4
77+
uses: actions/[email protected].5
7878
with:
7979
path: /tmp/.buildx-cache
8080
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)