8000
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.
2 parents a53be35 + 69831f3 commit b7801fbCopy full SHA for b7801fb
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
- stable
11
- oldstable
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- name: Setup Go
15
uses: actions/setup-go@v5
16
with:
@@ -33,7 +33,7 @@ jobs:
33
- "1.21"
34
- "1.22"
35
36
37
38
39
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
contents: write
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
18
- name: Create GitHub release from tag
19
uses: softprops/action-gh-release@v2
0 commit comments