Skip to content

Commit 6d73dd2

Browse files
chore(deps): update actions/checkout action to v6 (#514)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6`](https://redirect.github.com/actions/checkout/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/checkout/compare/v5...v6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-sdk-js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e2cd326 commit 6d73dd2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/docs.yaml

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

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
2424
- name: Use Node.js 24

.github/workflows/release-generic-actors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
development-build-tag: development
9797
should-build: ${{ github.event.inputs.camoufox-scraper }}
9898
steps:
99-
- uses: actions/checkout@v5
99+
- uses: actions/checkout@v6
100100

101101
- name: Log matrix
102102
run: |

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
access_token: ${{ github.token }}
5252

5353
- name: Checkout repository
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555

5656
- name: Use Node.js ${{ matrix.node-version }}
5757
uses: actions/setup-node@v6
@@ -88,7 +88,7 @@ jobs:
8888

8989
steps:
9090
- name: Checkout repository
91-
uses: actions/checkout@v5
91+
uses: actions/checkout@v6
9292
with:
9393
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
9494
fetch-depth: 0

.github/workflows/test-and-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
access_token: ${{ github.token }}
3737

3838
- name: Checkout repository
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040

4141
- name: Use Node.js ${{ matrix.node-version }}
4242
uses: actions/setup-node@v6
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-22.04
7272
steps:
7373
- name: Checkout Source code
74-
uses: actions/checkout@v5
74+
uses: actions/checkout@v6
7575

7676
- name: Use Node.js 24
7777
uses: actions/setup-node@v6
@@ -105,7 +105,7 @@ jobs:
105105

106106
steps:
107107
- name: Checkout repository
108-
uses: actions/checkout@v5
108+
uses: actions/checkout@v6
109109

110110
- name: Use Node.js 24
111111
uses: actions/setup-node@v6
@@ -139,7 +139,7 @@ jobs:
139139
needs: [lint, build_and_test]
140140
steps:
141141
- name: Checkout Source code
142-
uses: actions/checkout@v5
142+
uses: actions/checkout@v6
143143
with:
144144
fetch-depth: 0 # we need to pull everything to have correct dev version suffix
145145
ref: master

.github/workflows/test-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
access_token: ${{ github.token }}
2323

2424
- name: Checkout repository
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Use Node.js 24
2828
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)