Skip to content

Commit c1cc38e

Browse files
build(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 314dc76 commit c1cc38e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
test:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525

2626
# A released Go is needed only to `go install` and bootstrap gotip.
2727
- name: Install bootstrap Go
@@ -35,7 +35,7 @@ jobs:
3535
# newer gotip commit.
3636
- name: Cache gotip toolchain
3737
id: cache-gotip
38-
uses: actions/cache@v5
38+
uses: actions/cache@v6
3939
with:
4040
path: |
4141
~/sdk/gotip
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Module + build cache for faster test runs.
5555
- name: Cache Go modules and build
56-
uses: actions/cache@v5
56+
uses: actions/cache@v6
5757
with:
5858
path: |
5959
~/.cache/go-build

0 commit comments

Comments
 (0)