Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to d632683
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2024
1 parent 4aa3759 commit 27b2c50
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@6d193bf28034eafb982f37bd894289fe649468fc
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
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@6d193bf28034eafb982f37bd894289fe649468fc
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- 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@6d193bf28034eafb982f37bd894289fe649468fc
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
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@6d193bf28034eafb982f37bd894289fe649468fc
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
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@6d193bf28034eafb982f37bd894289fe649468fc
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
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@6d193bf28034eafb982f37bd894289fe649468fc
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- 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@6d193bf28034eafb982f37bd894289fe649468fc
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- 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@6d193bf28034eafb982f37bd894289fe649468fc
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 27b2c50

Please sign in to comment.