Skip to content

Commit

Permalink
Bump actions/cache from 3.2.5 to 3.2.6 (#140)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.2.5...v3.2.6)

---
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 Mar 2, 2023
1 parent 8cd0d63 commit d865180
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 @@ -24,7 +24,7 @@ jobs:
go-version: ${{ matrix.go }}

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

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

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

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

0 comments on commit d865180

Please sign in to comment.