We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8772186 commit 8d719d2Copy full SHA for 8d719d2
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
go: [ '1.22', '1.23' ]
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
18
- uses: actions/setup-go@v5
19
with:
20
go-version: ${{ matrix.go }}
.github/workflows/renovate.yml
@@ -13,7 +13,7 @@ jobs:
13
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
- uses: actions/setup-node@v4
node-version: '18'
0 commit comments