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

Commitc90a6c3

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] <support@github.com>
1 parent2f9920a commitc90a6c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/main.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on:ubuntu-22.04
1616
steps:
1717
# Obtención del código
18-
-uses:actions/checkout@v5
18+
-uses:actions/checkout@v6
1919
with:
2020
submodules:'true'
2121
# Necesario para que tj-actions/changed-files se ejecute

‎.github/workflows/pr-comment.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
any_changed:${{ steps.changed-files.outputs.any_changed }}
1515
comment:${{ steps.create-pr-comment.outputs.comment }}
1616
steps:
17-
-uses:actions/checkout@v5
17+
-uses:actions/checkout@v6
1818
with:
1919
ref:${{ github.event.pull_request.head.sha }}
2020
persist-credentials:false
@@ -25,7 +25,7 @@ jobs:
2525
cache:"pip"
2626
# checkout these files from the base branch to guarantee they haven't been
2727
# modified by the PR
28-
-uses:actions/checkout@v5
28+
-uses:actions/checkout@v6
2929
with:
3030
path:base-branch
3131
sparse-checkout-cone-mode:false

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp