Skip to content

Commit 53cee64

Browse files
ci(action): update actions/checkout digest to 692973e (#438)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `a5ac7e5` -> `692973e` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/octokit/rest.js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUeXBlOiBNYWludGVuYW5jZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c96525 commit 53cee64

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
21+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2222
with:
2323
# We must fetch at least the immediate parents so that if this is
2424
# a pull request then we can checkout the head.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: release
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
21+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: lts/*

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- 18
2222
- 20
2323
steps:
24-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
24+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2525
- name: Test with Node.js ${{ matrix.node_version }}
2626
uses: actions/setup-node@v4
2727
with:
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- run: exit 1
4040
if: ${{ needs.test_matrix.result != 'success' }}
41-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
41+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4242
- run: npm ci
4343
- run: npm run lint
4444
if: ${{ always() }}

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update_docs:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
10+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1111
- uses: actions/setup-node@v4
1212
with:
1313
node-version: 18

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update_prettier:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
10+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1111
- uses: actions/setup-node@v4
1212
with:
1313
cache: npm

0 commit comments

Comments
 (0)