Build(deps): Bump actions/checkout from 3 to 4 (#2544)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
dependabot[bot] 2023-09-07 14:10:49 -04:00 committed by GitHub
parent 56acf4a6b2
commit 0b5de1adf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@ jobs:
env:
TEST_RESULTS: "/tmp/test-results"
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v4
- name: restore_cache
uses: actions/cache@v3.3.1
with:
@ -175,7 +175,7 @@ jobs:
matrix:
provider: ${{ fromJson(needs.integration-test-providers.outputs.integration_test_providers )}}
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v4
- run: mkdir -p "$TEST_RESULTS"
- name: restore_cache
uses: actions/cache@v3.3.1
@ -282,7 +282,7 @@ jobs:
matrix:
provider: ${{ fromJson(needs.integration-test-providers.outputs.integration_test_providers )}}
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v4
- run: mkdir -p "$TEST_RESULTS"
- name: restore_cache
uses: actions/cache@v3.3.1
@ -314,7 +314,7 @@ jobs:
# DOCKERHUB_ACCESS_TOKEN:
# DOCKERHUB_USERNAME:
# steps:
# - uses: actions/checkout@v3.5.0
# - uses: actions/checkout@v4
## # 'setup_remote_docker' was not transformed because there is no suitable equivalent in GitHub Actions
# - uses: "./.github/actions/docker_check"
# with:

View file

@ -40,7 +40,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

@ -19,7 +19,7 @@ jobs:
uses: docker/setup-qemu-action@v2
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
# Why "fetch-depth: 0"? To generate the release notes, we need the