Skip to content

Commit a257499

Browse files
build(deps): bump actions/checkout from 4 to 5 (#427)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f43857 commit a257499

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dev-cmd-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "TORCH_TEST=1" >> $env:GITHUB_ENV
5353
echo "INCLUDE_IGNORED=1" >> $env:GITHUB_ENV
5454
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v5
5656

5757
- uses: r-lib/actions/setup-pandoc@v2
5858

.github/workflows/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2525
TORCH_INSTALL: 1
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828

2929
- uses: r-lib/actions/setup-pandoc@v2
3030

.github/workflows/r-cmd-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "TORCH_TEST=1" >> $env:GITHUB_ENV
5656
echo "INCLUDE_IGNORED=1" >> $env:GITHUB_ENV
5757
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@v5
5959

6060
- uses: r-lib/actions/setup-pandoc@v2
6161

0 commit comments

Comments
 (0)