chore(gha): Update actions/checkout from v3 to v4

This commit is contained in:
Raphael Boidol 2024-02-13 13:43:39 +01:00
parent 00ed721ece
commit 6ed9172c66
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# Runs a single command using the runners shell
- name: Install prerequisites

View file

@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

View file

@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
# The COMMIT_KEY secret contains a private SSH key. The associated public key