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 629cb4a + 0ac84a5 commit 006a843Copy full SHA for 006a843
.github/workflows/create-release-pr.yml
@@ -15,7 +15,7 @@ jobs:
15
create:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
20
- uses: mackerelio/mackerel-create-release-pull-request-action@main
21
id: start
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
- uses: actions/setup-go@v5
55
with:
56
go-version: 1.24.x
57
58
59
fetch-depth: 0
60
- run: make clean build rpm deb
0 commit comments