Skip to content

Commit f74e2a9

Browse files
authored
Merge pull request mackerelio#702 from mackerelio/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents dada408 + 9370320 commit f74e2a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
create:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919

2020
- uses: shogo82148/actions-setup-perl@v1
2121
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/setup-go@v2
3232
with:
3333
go-version: ${{ matrix.go }}
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535
- uses: actions/cache@v2
3636
with:
3737
path: ~/go/pkg/mod
@@ -86,7 +86,7 @@ jobs:
8686
- uses: actions/setup-go@v2
8787
with:
8888
go-version: 1.19.x
89-
- uses: actions/checkout@v2
89+
- uses: actions/checkout@v3
9090
- run: make clean build rpm deb
9191
- uses: actions/upload-artifact@v2
9292
with:

0 commit comments

Comments
 (0)