Skip to content

Commit c57a1fc

Browse files
authored
Merge pull request #16 from cloudartisan/dependabot/github_actions/actions/setup-go-6.3.0
Bump actions/setup-go from 6.2.0 to 6.3.0
2 parents de84f10 + 7dc7144 commit c57a1fc

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

0 commit comments

Comments
 (0)