Merge pull request #1054 from MISP/dependabot/github_actions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
pull/1056/head
Raphaël Vinot 2023-09-04 21:53:39 +02:00 committed by GitHub
commit 6a65f4c15c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive