Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-05 02:58:43 +00:00 committed by GitHub
parent 62b10762ff
commit 09dcad9358
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checkout the Repo
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Install Node 16
- name: Setup Node

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checkout the Repo
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Install Node 16
- name: Setup Node

View file

@ -16,7 +16,7 @@ jobs:
node-version: [15.x, 16.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.1
with: