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

Commitdaad4bd

Browse files
chore: bump actions/checkout from 1 to 2
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 2.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v1...v2)---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: Jonathan Yu <jonathan@coder.com>
1 parent59a0a20 commitdaad4bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on:ubuntu-20.04
77
steps:
88
-name:Checkout
9-
uses:actions/checkout@v1
9+
uses:actions/checkout@v2
1010
-uses:actions/setup-go@v2
1111
with:
1212
go-version:'^1.16.3'
@@ -21,7 +21,7 @@ jobs:
2121
runs-on:macos-latest
2222
steps:
2323
-name:Checkout
24-
uses:actions/checkout@v1
24+
uses:actions/checkout@v2
2525
-uses:actions/setup-go@v2
2626
with:
2727
go-version:'^1.16.3'

‎.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
CODER_EMAIL:${{ secrets.CODER_EMAIL }}
1313
CODER_PASSWORD:${{ secrets.CODER_PASSWORD }}
1414
steps:
15-
-uses:actions/checkout@v1
15+
-uses:actions/checkout@v2
1616
-uses:actions/cache@v2
1717
with:
1818
path:~/go/pkg/mod

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp