Skip to content

Commit

Permalink
chore(scripts): catch up on deprecated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
algolia-bot and millotp committed Feb 28, 2023
1 parent 276c864 commit 7c0ab4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-20.04
if: "startsWith(github.event.head_commit.message, 'chore: release')"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: yarn
Expand Down

0 comments on commit 7c0ab4b

Please sign in to comment.