Skip to content

Commit 291ef0f

Browse files
algolia-botmillotp
andcommitted
chore(scripts): catch up on deprecated github actions
algolia/api-clients-automation#1345 Co-authored-by: Pierre Millot <[email protected]>
1 parent aaaf600 commit 291ef0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
if: "startsWith(github.event.head_commit.message, 'chore: release')"
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Install Node
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v3
2020
with:
2121
node-version-file: .nvmrc
2222
cache: yarn

0 commit comments

Comments
 (0)