Skip to content

Commit 7e0efab

Browse files
authored
Merge pull request #9 from cloudartisan/dependabot/github_actions/actions/setup-go-6.0.0
Bump actions/setup-go from 5.5.0 to 6.0.0
2 parents 7bb8516 + a47a654 commit 7e0efab

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@v5.5.0
31+
uses: actions/setup-go@v6.0.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@v5.5.0
36+
uses: actions/setup-go@v6.0.0
3737
with:
3838
go-version: ${{ steps.versions.outputs.go_version }}
3939

0 commit comments

Comments
 (0)