Skip to content

Commit

Permalink
Bump actions/cache from v2.1.3 to v2.1.4 (#100)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.3...26968a0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 7, 2021
1 parent 339067f commit bf645fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v1
- name: Fetch videos from cache
id: restore-videos
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: assets/video
key: ${{ runner.os }}-video-${{ hashFiles('assets/video/manifest.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
- name: Restore Cache
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit bf645fc

Please sign in to comment.