We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c2fa0 commit fa01794Copy full SHA for fa01794
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
go-version: ${{ matrix.go-version }}
36
- name: Checkout code
37
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
38
- name: go mod tidy
39
run: |
40
go mod tidy
.github/workflows/validate.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
- name: YAML Lint
if: runner.os == 'Linux'
uses: ibiqlik/action-yamllint@v3
0 commit comments