Update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2024-03-02 15:20:47 +00:00 committed by GitHub
parent c65e9736b4
commit a5cc19dbf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: ${{ matrix.npm-client }} install

View File

@ -30,7 +30,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: ${{ matrix.npm-client }} install