Skip to content

Commit

Permalink
Bump GitHub workflow action actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetikonline committed Sep 7, 2023
1 parent afa41ad commit 05a06af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -21,9 +21,9 @@ jobs:
with:
path: |
~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
key: ${{ runner.os }}-nodejs-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
${{ runner.os }}-nodejs-
- name: Install npm packages
run: npm ci
- name: Lint
Expand Down

0 comments on commit 05a06af

Please sign in to comment.