Skip to content

Commit 35271a7

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent befa902 commit 35271a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

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

3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
with:
3535
# Required to allow push to main without the checks/PR
3636
token: ${{ secrets.GH_PUSH_TOKEN }}

.github/workflows/sponsors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout 🛎️
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
with:
1515
# Required to allow push to master without the checks/PR
1616
token: ${{ secrets.GH_PUSH_TOKEN }}

.github/workflows/test-compatibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
return latestRelease.data.tag_name;
3131
3232
- name: Checkout website-scraper-puppeteer
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
with:
3535
repository: website-scraper/website-scraper-puppeteer
3636
ref: ${{ steps.get_latest_release.outputs.result || matrix.website-scraper-puppeteer-version }}

0 commit comments

Comments
 (0)