Skip to content

Commit

Permalink
chore(deps): update actions/checkout action (#3647)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent 4cb1f15 commit c4e3a68
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PREVIEW-ENV-CLEAN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
group: ${{ github.workflow }}-${{ inputs.pull-request }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Generate a GitHub token
id: github-token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PREVIEW-ENV-DEPLOY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Setup: checkout code. This is required because we are using
# composite actions and deployment manifests.
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
#########################################################################
# Determine the argocd arguments that need to be passed to the create app command
- name: Determine Argocd Arguments for ${{ matrix.product_context }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PREVIEW-ENV-TEARDOWN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Setup: checkout code. This is required because we are using
# composite actions and deployment manifests.
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
#########################################################################
# Tear down preview environment
- name: Tear down Preview Environment for ${{ matrix.product_context }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RUN_UNIQUET.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'temurin'

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.inputs.branch_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
check-pr-conflicts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check all PRs for conflict
uses: camunda/infra-global-github-actions/preview-env/conflicts@main

0 comments on commit c4e3a68

Please sign in to comment.