Skip to content

Commit 331d5f9

Browse files
dependabot[bot]paddycarver
authored andcommitted
Bump the all group with 2 updates
Bumps the all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/cache` from 4.2.0 to 4.2.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.0...v4.2.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf872be commit 331d5f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- oldstable
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- uses: actions/setup-go@v5
2929
with:
@@ -35,13 +35,13 @@ jobs:
3535
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
3636
3737
- name: Go Build Cache
38-
uses: actions/[email protected].0
38+
uses: actions/[email protected].4
3939
with:
4040
path: ${{ steps.go-cache-paths.outputs.go-build }}
4141
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
4242

4343
- name: Go Mod Cache
44-
uses: actions/[email protected].0
44+
uses: actions/[email protected].4
4545
with:
4646
path: ${{ steps.go-cache-paths.outputs.go-mod }}
4747
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)