Skip to content

Commit

Permalink
update github actions deps
Browse files Browse the repository at this point in the history
  • Loading branch information
remidej committed Nov 2, 2023
1 parent 0b8358b commit 692e680
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
name: 'Lint (node: 20)'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: 'strapi/blocks-react-renderer'
persist-credentials: false
- uses: actions/setup-node@v2-beta
- uses: actions/setup-node@v3
with:
node-version: 20
- name: 'Install dependencies for linting'
Expand All @@ -32,11 +32,11 @@ jobs:
matrix:
node: [18, 20]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: 'strapi/blocks-react-renderer'
persist-credentials: false
- uses: actions/setup-node@v2-beta
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: 'Run install'
Expand Down

0 comments on commit 692e680

Please sign in to comment.