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

Commit0b4b4fa

Browse files
chore: bump actions/cache from 1 to 2 (#385)
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.- [Release notes](https://github.com/actions/cache/releases)- [Commits](actions/cache@v1...v2)---updated-dependencies:- dependency-name: actions/cache 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>Co-authored-by: Jonathan Yu <jonathan@coder.com>
1 parent0e66c05 commit0b4b4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
CODER_PASSWORD:${{ secrets.CODER_PASSWORD }}
1414
steps:
1515
-uses:actions/checkout@v1
16-
-uses:actions/cache@v1
16+
-uses:actions/cache@v2
1717
with:
1818
path:~/go/pkg/mod
1919
key:${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp