Skip to content

Commit

Permalink
[.github/workflows] Update actions/checkout digest to b4ffde6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent cb8c445 commit ca30917
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regenerate_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
ref: main
- name: Install Dev Tools
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
ref: main
- name: Install Dev Tools
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
ref: main
- name: Install Dev Tools
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate_all_bootstraps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
outputs:
bootstraps: ${{ steps.generate-matrix.outputs.bootstraps }}
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Generate Matrix
id: generate-matrix
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install Dev Tools
working-directory: .bin/
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate_changed_bootstraps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
outputs:
bootstraps: ${{ steps.generate-matrix.outputs.bootstraps }}
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: Run changed-files with json output
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install Dev Tools
working-directory: .bin/
run: npm install
Expand Down

0 comments on commit ca30917

Please sign in to comment.