mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-03 07:42:03 +00:00
update actions checkout and setup-node from v3 to v4
This commit is contained in:
parent
2eed15e714
commit
7bff3eaf58
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -10,9 +10,9 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
cache: 'npm'
|
||||
|
Loading…
x
Reference in New Issue
Block a user