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

Commitacd5c24

Browse files
chore(deps): bump actions/checkout from 3 to 4 (#32)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v3...v4)---updated-dependencies:- dependency-name: actions/checkout 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 parent4e13f22 commitacd5c24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on:ubuntu-latest
2929
steps:
3030
-name:Checkout
31-
uses:actions/checkout@v3
31+
uses:actions/checkout@v4
3232

3333
-name:Echo Go Cache Paths
3434
id:go-cache-paths

‎.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name:Build and publish
2020
runs-on:ubuntu-latest
2121
steps:
22-
-uses:actions/checkout@v3
22+
-uses:actions/checkout@v4
2323

2424
-name:Echo Go Cache Paths
2525
id:go-cache-paths

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp