Skip to content

Commit 2cca781

Browse files
authored
Merge pull request #728 from k-orc/dependabot/github_actions/main/all-github-actions-84ffaffffe
🌱(deps): bump actions/setup-go from 6.3.0 to 6.4.0 in the all-github-actions group
2 parents f721c2e + 40ccd10 commit 2cca781

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/go-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2323

2424
- name: Set up Go
25-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3.0
25+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # tag=v6.4.0
2626
with:
2727
go-version: ${{ steps.vars.outputs.go_version }}
2828

.github/workflows/pr-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: vars
2727
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2828
- name: Set up Go
29-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3.0
29+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # tag=v6.4.0
3030
with:
3131
go-version: ${{ steps.vars.outputs.go_version }}
3232
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # tag=v5.0.4

.github/workflows/semver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
3434

3535
- name: Set up Go
36-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3.0
36+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # tag=v6.4.0
3737
with:
3838
go-version: ${{ steps.vars.outputs.go_version }}
3939

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2727

2828
- name: Set up Go
29-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3.0
29+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # tag=v6.4.0
3030
with:
3131
go-version: ${{ steps.vars.outputs.go_version }}
3232

.github/workflows/weekly-security-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: vars
2727
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2828
- name: Set up Go
29-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3.0
29+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # tag=v6.4.0
3030
with:
3131
go-version: ${{ steps.vars.outputs.go_version }}
3232
- name: Run verify security target

0 commit comments

Comments
 (0)