Skip to content

Commit 74b4a88

Browse files
authored
Merge pull request #179 from nginxinc/dependabot/github_actions/actions/cache-v2.1.5
Bump actions/cache from v2.1.4 to v2.1.5
2 parents c269508 + 12744cd commit 74b4a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
driver-opts: network=host
5454
- name: Cache Docker layers
55-
uses: actions/[email protected].4
55+
uses: actions/[email protected].5
5656
with:
5757
path: /tmp/.buildx-cache
5858
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
driver-opts: network=host
101101
- name: Cache Docker layers
102-
uses: actions/[email protected].4
102+
uses: actions/[email protected].5
103103
with:
104104
path: /tmp/.buildx-cache
105105
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)