Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and chrmarti committed Feb 18, 2025
1 parent 9ca6c27 commit 9be8c2d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/ci_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
build_number: ${{ steps.build_number.outputs.build_number }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# if the following value is missing (i.e. not triggered via comment workflow)
# then the default checkout will apply
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
VERSION_MAJOR: ${{ needs.build.outputs.version_major }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# if the following value is missing (i.e. not triggered via comment workflow)
# then the default checkout will apply
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
if: ${{ needs.build.outputs.image_push_option == 'filter' }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand Down Expand Up @@ -465,7 +465,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand Down Expand Up @@ -504,7 +504,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand Down Expand Up @@ -549,7 +549,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand Down Expand Up @@ -602,7 +602,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand Down Expand Up @@ -647,7 +647,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand Down Expand Up @@ -692,7 +692,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand Down Expand Up @@ -737,7 +737,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand Down Expand Up @@ -782,7 +782,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand Down Expand Up @@ -827,7 +827,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand Down Expand Up @@ -879,7 +879,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand Down Expand Up @@ -924,7 +924,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand All @@ -951,7 +951,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand Down Expand Up @@ -1015,7 +1015,7 @@ jobs:
if: ${{ needs.build.outputs.image_push_option == 'filter' }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand Down Expand Up @@ -1108,7 +1108,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
# if the following value is missing (i.e. not triggered via comment workflow)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
# Ensure we have the script file for the github-script action to use
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/untagged-image-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down

0 comments on commit 9be8c2d

Please sign in to comment.