We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86d575 commit ed2d156Copy full SHA for ed2d156
.github/workflows/ci.yml
@@ -19,12 +19,12 @@ jobs:
19
- 6379:6379
20
steps:
21
- name: Checkout code
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
with:
24
fetch-depth: 0
25
26
- name: Set up Go version
27
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
28
29
go-version: '1.18.0'
30
.github/workflows/update-license-year.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
- name: Checkout
16
17
18
0 commit comments