Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 1 to 4 (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 627a180 commit 6fa2e32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Install linux dependencies
if: runner.os == 'Linux'
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
name: audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Install linux dependencies
if: runner.os == 'Linux'
run: |
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Install linux dependencies
if: runner.os == 'Linux'
run: |
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- test

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 6fa2e32

Please sign in to comment.