Skip to content

Commit

Permalink
[actions] update used actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 26, 2022
1 parent 64f9266 commit bb881e4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-4+.yml
Expand Up @@ -94,7 +94,7 @@ jobs:
eslint: 5

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install ${{ matrix.node-version }} && npm install'
with:
Expand All @@ -107,7 +107,7 @@ jobs:
- run: npx ls-engines
if: ${{ matrix.node-version >= 12 }}
- run: npm run unit-test
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3

node:
name: 'node 4+'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-pretest.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
with:
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ljharb/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo ::set-output name=current_version::${GITHUB_REF#refs/tags/v}
shell: bash

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: mindsers/changelog-reader-action@v2
id: changelog_reader
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
if: ${{ github.repository == 'jsx-eslint/eslint-plugin-react' || github.event_name == 'workflow_dispatch' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
with:
Expand Down

0 comments on commit bb881e4

Please sign in to comment.