Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent e8c9ad4 commit ef4d506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: nodenv/actions/node-version@main
id: nodenv
- name: Use Node.js ${{ steps.nodenv.outputs.node-version }}
Expand All @@ -24,7 +24,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: nodenv/actions/node-version@main
id: nodenv
- name: Use Node.js ${{ steps.nodenv.outputs.node-version }}
Expand Down

0 comments on commit ef4d506

Please sign in to comment.