Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 74bd0b9 commit 9026df8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/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 9026df8

Please sign in to comment.