Skip to content

Commit c2631d9

Browse files
authored
Merge pull request #194 from nginxinc/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 2.1.5 to 2.1.6
2 parents b07f18b + 5b4427c commit c2631d9

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
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
driver-opts: network=host
6262
- name: Cache Docker layers
63-
uses: actions/[email protected].5
63+
uses: actions/[email protected].6
6464
with:
6565
path: /tmp/.buildx-cache
6666
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
driver-opts: network=host
125125
- name: Cache Docker layers
126-
uses: actions/[email protected].5
126+
uses: actions/[email protected].6
127127
with:
128128
path: /tmp/.buildx-cache
129129
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)