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
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
/coder-v1-cliPublic archive

Commit8ab8ac8

Browse files
chore: bump actions/checkout from 2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v2...v3.1.0)---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 parent3a6edf6 commit8ab8ac8

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

‎.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on:ubuntu-20.04
2929
steps:
3030
-name:Checkout
31-
uses:actions/checkout@v2
31+
uses:actions/checkout@v3.1.0
3232
with:
3333
fetch-depth:0
3434

@@ -49,7 +49,7 @@ jobs:
4949
runs-on:macos-latest
5050
steps:
5151
-name:Checkout
52-
uses:actions/checkout@v2
52+
uses:actions/checkout@v3.1.0
5353
with:
5454
fetch-depth:0
5555

‎.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
CODER_EMAIL:${{ secrets.CODER_EMAIL }}
3535
CODER_PASSWORD:${{ secrets.CODER_PASSWORD }}
3636
steps:
37-
-uses:actions/checkout@v2
37+
-uses:actions/checkout@v3.1.0
3838
with:
3939
fetch-depth:0
4040

‎.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on:ubuntu-20.04
2323
steps:
2424
-name:Checkout code
25-
uses:actions/checkout@v2
25+
uses:actions/checkout@v3.1.0
2626
with:
2727
fetch-depth:0
2828

@@ -50,7 +50,7 @@ jobs:
5050
runs-on:macos-latest
5151
steps:
5252
-name:Checkout code
53-
uses:actions/checkout@v2
53+
uses:actions/checkout@v3.1.0
5454
with:
5555
fetch-depth:0
5656

‎.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fmt:
2828
runs-on:ubuntu-20.04
2929
steps:
30-
-uses:actions/checkout@v2
30+
-uses:actions/checkout@v3.1.0
3131

3232
-uses:actions/cache@v2
3333
with:
@@ -46,7 +46,7 @@ jobs:
4646
lint:
4747
runs-on:ubuntu-20.04
4848
steps:
49-
-uses:actions/checkout@v2
49+
-uses:actions/checkout@v3.1.0
5050

5151
-name:golangci-lint
5252
uses:golangci/golangci-lint-action@v2.5.2
@@ -57,7 +57,7 @@ jobs:
5757
test:
5858
runs-on:ubuntu-20.04
5959
steps:
60-
-uses:actions/checkout@v2
60+
-uses:actions/checkout@v3.1.0
6161

6262
-uses:actions/cache@v2
6363
with:
@@ -79,7 +79,7 @@ jobs:
7979
gendocs:
8080
runs-on:ubuntu-20.04
8181
steps:
82-
-uses:actions/checkout@v2
82+
-uses:actions/checkout@v3.1.0
8383

8484
-uses:actions/cache@v2
8585
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp