Skip to content

Commit a945dbf

Browse files
Bump actions/cache from v2 to v2.1.4 (#45)
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...26968a0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22125cb commit a945dbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout Repository
3333
uses: actions/checkout@v2
3434
- name: Fetch Cached Artifacts
35-
uses: actions/cache@v2
35+
uses: actions/cache@v2.1.4
3636
with:
3737
path: ${{ github.workspace }}/nginx-asg-sync
3838
key: nginx-asg-sync-${{ github.run_id }}-${{ github.run_number }}
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
driver-opts: network=host
4343
- name: Cache Docker layers
44-
uses: actions/cache@v2
44+
uses: actions/cache@v2.1.4
4545
with:
4646
path: /tmp/.buildx-cache
4747
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -78,7 +78,7 @@ jobs:
7878
- name: Checkout Repository
7979
uses: actions/checkout@v2
8080
- name: Fetch Cached Artifacts
81-
uses: actions/cache@v2
81+
uses: actions/cache@v2.1.4
8282
with:
8383
path: ${{ github.workspace }}/nginx-asg-sync
8484
key: nginx-asg-sync-${{ github.run_id }}-${{ github.run_number }}
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
driver-opts: network=host
8989
- name: Cache Docker layers
90-
uses: actions/cache@v2
90+
uses: actions/cache@v2.1.4
9191
with:
9292
path: /tmp/.buildx-cache
9393
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)