Skip to content

Commit 4c15208

Browse files
authored
Merge pull request #11 from cloudartisan/dependabot/github_actions/actions/setup-go-6.1.0
Bump actions/setup-go from 6.0.0 to 6.1.0
2 parents 3e21981 + 30a2e52 commit 4c15208

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "Using Hugo version: ${HUGO_VERSION}"
2929
3030
- name: Setup Go
31-
uses: actions/setup-go@v6.0.0
31+
uses: actions/setup-go@v6.1.0
3232
with:
3333
go-version: ${{ steps.versions.outputs.go_version }}
3434

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "Using Hugo version: ${HUGO_VERSION}"
3434
3535
- name: Setup Go
36-
uses: actions/setup-go@v6.0.0
36+
uses: actions/setup-go@v6.1.0
3737
with:
3838
go-version: ${{ steps.versions.outputs.go_version }}
3939

0 commit comments

Comments
 (0)