Skip to content

Commit 9370320

Browse files
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dada408 commit 9370320

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)