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
/jupiter-layoutPublic template

Commit73fc21c

Browse files
chore(deps): bump actions/checkout from 3 to 4
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>
1 parentb9bd095 commit73fc21c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/go.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id:go
2626

2727
-name:Check out code into the Go module directory
28-
uses:actions/checkout@v3.3.0
28+
uses:actions/checkout@v4
2929

3030
-name:Login to GitHub Container Registry
3131
uses:docker/login-action@v2

‎.github/workflows/goalngci-lint.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name:lint
1717
runs-on:ubuntu-latest
1818
steps:
19-
-uses:actions/checkout@v3.3.0
19+
-uses:actions/checkout@v4
2020
-name:Set up Go go1.19
2121
uses:actions/setup-go@v4
2222
with:

‎.github/workflows/release-latest.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on:ubuntu-latest
1616
steps:
1717
-name:Checkout
18-
uses:actions/checkout@v3
18+
uses:actions/checkout@v4
1919

2020
-name:Set up Go 1.19
2121
uses:actions/setup-go@v4

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp