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 dada408 + 9370320 commit f74e2a9Copy full SHA for f74e2a9
.github/workflows/create-release-pr.yml
@@ -15,7 +15,7 @@ jobs:
15
create:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
19
20
- uses: shogo82148/actions-setup-perl@v1
21
with:
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/setup-go@v2
32
33
go-version: ${{ matrix.go }}
34
35
- uses: actions/cache@v2
36
37
path: ~/go/pkg/mod
@@ -86,7 +86,7 @@ jobs:
86
87
88
go-version: 1.19.x
89
90
- run: make clean build rpm deb
91
- uses: actions/upload-artifact@v2
92
0 commit comments