We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9977f0f + 727f6b6 commit ee4de84Copy full SHA for ee4de84
3 files changed
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
go-version: "1.21"
19
cache: true
20
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
with:
23
fetch-depth: 0
24
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
17
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
- uses: actions/setup-go@v5
0 commit comments