build(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#35130)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-08 08:47:48 +02:00 committed by GitHub
parent a6750b163f
commit 8d32c70e6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out files from GitHub
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
- name: Setting up Node.js
uses: actions/setup-node@v4.0.4
with:
@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out files from GitHub
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
- name: Setting up Node.js
uses: actions/setup-node@v4.0.4
with: