Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfafc22d

Browse files
Bump actions/checkout from 5 to 6 (#499)
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>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent4abf4ae commitfafc22d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/build-test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# message and make it available in later steps. This is because we want to
3535
# check the content of the commit message, but on PRs, it's replaced by an
3636
# artificial commit message. See https://github.com/skops-dev/skops/pull/147
37-
-uses:actions/checkout@v5
37+
-uses:actions/checkout@v6
3838
with:
3939
fetch-depth:0
4040
ref:${{github.event.after}}

‎.github/workflows/persistence-performance.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes:10
1515

1616
steps:
17-
-uses:actions/checkout@v5
17+
-uses:actions/checkout@v6
1818
-name:Set up Python
1919
uses:actions/setup-python@v6
2020
with:

‎.github/workflows/publish-pypi.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id-token:write
2222

2323
steps:
24-
-uses:actions/checkout@v5
24+
-uses:actions/checkout@v6
2525
with:
2626
ref:${{ github.event.inputs.version }}
2727

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp