Skip to content

Commit 0c908d4

Browse files
build(deps): 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] <support@github.com>
1 parent 3465e19 commit 0c908d4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check-and-build.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 your repository using git
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
- name: Setup pnpm
1515
uses: pnpm/action-setup@v4.2.0
1616
- name: Install dependencies

.github/workflows/check-article.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
issues: 'write'
1818
steps:
19-
- uses: 'actions/checkout@v5'
19+
- uses: 'actions/checkout@v6'
2020
with:
2121
ref: 'main'
2222
- name: 'Report'

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout your repository using git
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: Install, build, and upload your site
2222
uses: withastro/action@v5
2323
env:

.github/workflows/update-article.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
issues: 'write'
2121
steps:
22-
- uses: 'actions/checkout@v5'
22+
- uses: 'actions/checkout@v6'
2323
with:
2424
ref: 'main'
2525
ssh-key: '${{ secrets.ARTICLE_DEPLOY_KEY }}'

0 commit comments

Comments
 (0)