Bump actions/checkout from 4.1.4 to 4.1.5 (#32614)

This commit is contained in:
dependabot[bot] 2024-05-07 08:19:43 +02:00 committed by GitHub
parent f7e09015c6
commit a38fc0388d
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.1.4
uses: actions/checkout@v4.1.5
- name: Setting up Node.js
uses: actions/setup-node@v4.0.2
with:
@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out files from GitHub
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
- name: Setting up Node.js
uses: actions/setup-node@v4.0.2
with: