Skip to content

Commit 467f590

Browse files
committed
Bump checkout action from v2 to v3
GitHub Actions is warning about deprecation of Node 12 actions, bump actions/checkout to fix this.
1 parent 000b495 commit 467f590

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
go: ${{ steps.gem_version.outputs.new_version }}
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
- uses: ruby/setup-ruby@v1
2222

@@ -44,7 +44,7 @@ jobs:
4444
if: ${{ needs.pre.outputs.go == 'true' }}
4545

4646
steps:
47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v3
4848

4949
- uses: actions/setup-node@v3
5050
with:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
ruby: ['2.7', '3.2']
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616

1717
- uses: actions/setup-node@v3
1818
with:

0 commit comments

Comments
 (0)