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

Commita5ea153

Browse files
build(deps): Bump actions/checkout from 3 to 4 (#151)
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 parentbbea6b3 commita5ea153

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎.github/workflows/release.yml

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

2424
-name:Unshallow
2525
run:git fetch --prune --unshallow

‎.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id:go
2727

2828
-name:Check out code into the Go module directory
29-
uses:actions/checkout@v3
29+
uses:actions/checkout@v4
3030

3131
-name:Get dependencies
3232
run:|
@@ -65,7 +65,7 @@ jobs:
6565
terraform_wrapper:false
6666

6767
-name:Check out code into the Go module directory
68-
uses:actions/checkout@v3
68+
uses:actions/checkout@v4
6969

7070
-name:Get dependencies
7171
run:|
@@ -95,7 +95,7 @@ jobs:
9595
terraform_wrapper:false
9696

9797
-name:Check out code into the Go module directory
98-
uses:actions/checkout@v3
98+
uses:actions/checkout@v4
9999

100100
-name:Get dependencies
101101
run:|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp