Skip to content

Commit 7517124

Browse files
chore(deps): bump the action-deps group across 1 directory with 2 updates
Bumps the action-deps group with 2 updates in the /.github/actions/install-deps directory: [actions/setup-go](https://github.com/actions/setup-go) and [actions/cache](https://github.com/actions/cache). Updates `actions/setup-go` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@7a3fe6c...4b73464) Updates `actions/cache` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...cdf6c1f) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-deps - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2bbf02 commit 7517124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/install-deps/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
runs:
1111
using: "composite"
1212
steps:
13-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
13+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1414
id: setup-go
1515
with:
1616
cache: ${{ inputs.use-cache == 'true' }}
@@ -20,7 +20,7 @@ runs:
2020
# Root path permission workaround for caching https://github.com/actions/cache/issues/845#issuecomment-1252594999
2121
- run: sudo chown "$USER" /usr/local
2222
shell: bash
23-
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
23+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2424
id: cache-toolchain
2525
if: ${{ inputs.use-cache == 'true' }}
2626
with:

0 commit comments

Comments
 (0)