Skip to content

Commit a64755c

Browse files
chore(deps): update actions/checkout action to v4 (#1526)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c87a50c commit a64755c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515

1616
steps:
1717
- if: (!github.event.pull_request)
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
token: ${{ secrets.GH_PERSONAL_TOKEN }}
2121
fetch-depth: 0
2222

2323
- if: github.event.pull_request
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- uses: actions/cache@v3
2727
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)

.github/workflows/graduate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: true
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
token: ${{ secrets.GH_PERSONAL_TOKEN }}
1616
fetch-depth: 0

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: true
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
token: ${{ secrets.GH_PERSONAL_TOKEN }}
2020
fetch-depth: 0

0 commit comments

Comments
 (0)