We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f40061 + 147b960 commit 1b26d7aCopy full SHA for 1b26d7a
1 file changed
.github/workflows/go-integration.yaml
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ubuntu-latest
36
steps:
37
- name: Checkout
38
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
39
40
- name: Setup Go
41
uses: actions/setup-go@v6
@@ -52,7 +52,7 @@ jobs:
52
needs: unit-tests
53
54
55
56
57
58
0 commit comments