Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit 01af8cd

Browse files
committed
Update actions/setup-go action to v5
1 parent 07dfbac commit 01af8cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ddnsb0t.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Set up Go 1.16
13-
uses: actions/setup-go@v3
13+
uses: actions/setup-go@v5
1414
with:
1515
go-version: 1.16
1616
id: go

.github/workflows/function.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313

1414
- name: Set up Go 1.16
15-
uses: actions/setup-go@v3
15+
uses: actions/setup-go@v5
1616
with:
1717
go-version: 1.16
1818
id: go

0 commit comments

Comments
 (0)