Skip to content

Commit f63afb3

Browse files
ci(action): update actions/checkout action to v4
[![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 | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://togithub.com/actions/checkout/compare/v3...v4) - [Support fetching without the --progress option](https://togithub.com/actions/checkout/pull/1067) - [Update to node20](https://togithub.com/actions/checkout/pull/1436) </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC44IiwidXBkYXRlZEluVmVyIjoiMzYuNzguOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 408c51f commit f63afb3

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@v3 # tag=v3
21+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 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
@@ -11,7 +11,7 @@ jobs:
1111
name: release
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1515
- uses: actions/setup-node@v3
1616
with:
1717
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@v3
24+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2525
- name: Test with Node.js ${{ matrix.node_version }}
2626
uses: actions/setup-node@v3
2727
with:
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- run: exit 1
4040
if: ${{ needs.test_matrix.result != 'success' }}
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 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@v3
10+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1111
- uses: actions/setup-node@v3
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@v3
10+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1111
- uses: actions/setup-node@v3
1212
with:
1313
cache: npm

0 commit comments

Comments
 (0)