Skip to content

Commit

Permalink
Merge pull request #162 from adanalife/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-2.1.5

Bump actions/cache from 2.1.4 to 2.1.5
  • Loading branch information
dmerrick authored May 16, 2021
2 parents a4a7521 + 4fbcb47 commit 8b16d89
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.4
uses: actions/cache@v2.1.5
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 @@ -27,7 +27,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
- name: Restore Cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 8b16d89

Please sign in to comment.