Skip to content

Commit

Permalink
Bump actions/cache from 3.0.4 to 3.0.5 (#118)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.4...v3.0.5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 14, 2022
1 parent 28cf26f commit 4861c8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: ${{ matrix.go }}

# Caching go modules to speed up the run
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand All @@ -46,7 +46,7 @@ jobs:
go-version: ${{ matrix.go }}

# Caching go modules to speed up the run
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand All @@ -70,7 +70,7 @@ jobs:
go-version: ${{ matrix.go }}

# Caching go modules to speed up the run
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
go-version: ${{ matrix.go }}

# Caching go modules to speed up the run
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 4861c8c

Please sign in to comment.