Skip to content

Commit

Permalink
Update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 15, 2022
1 parent 30940e3 commit cc15347
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/cache@v2
with:
path: '**/node_modules'
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Ensure line endings are consistent
run: git config --global core.autocrlf input
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: actions/cache@v2
with:
path: '**/node_modules'
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
with:
node-version: '14.x'
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Load cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit cc15347

Please sign in to comment.