Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 85e6279 (#288)
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 Jan 17, 2025
1 parent aa2db35 commit 406e301
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/helm-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ${{ fromJSON(inputs.runs-on) }}
steps:
- name: Checkout
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
with:
fetch-depth: 0
- name: Install Helm
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
needs: lint-chart
steps:
- name: Checkout
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
- name: Run helm-docs
run: |
docker run --rm --volume "$PWD:/helm-docs" jnorwood/helm-docs:latest
Expand All @@ -106,7 +106,7 @@ jobs:
- v1.23.15
steps:
- name: Checkout
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
with:
fetch-depth: 0
- uses: azure/setup-kubectl@v4
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- v1.23.13
steps:
- name: Checkout
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
with:
fetch-depth: 0
- name: Create kind ${{ matrix.k8s }} cluster
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ fromJSON(inputs.runs-on) }}
steps:
- name: Checkout
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
with:
fetch-depth: 0 # need full history for chart releaser to detect changes and release charts
- name: Configure Git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lerna-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
matrix: ${{ fromJSON( inputs.node_versions ) }}
steps:
- name: Checkout
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
- name: Install native dependencies
if: ${{ matrix.os == 'ubuntu-latest' && inputs.extra-packages != '' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-lint-and-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
matrix: ${{ fromJSON( inputs.node_versions ) }}
steps:
- name: Checkout
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 406e301

Please sign in to comment.