We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 751ba6f + 3b0dd6d commit 717e319Copy full SHA for 717e319
.github/workflows/main.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
15
with:
16
go-version: ">=1.20.5"
17
cache-dependency-path: ./go.sum
.github/workflows/test-approve-db-pr.yaml
@@ -12,7 +12,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
18
0 commit comments