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

Commit23e0848

Browse files
dbrsanbox-irl
authored andcommitted
Update actions/cache
1 parente78f505 commit23e0848

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
components:clippy
3131
-name:Cache cargo directories
32-
uses:actions/cache@v2
32+
uses:actions/cache@v4
3333
with:
3434
path:|
3535
~/.cargo/registry
@@ -39,7 +39,7 @@ jobs:
3939
${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
4040
${{ runner.os }}-cargo-
4141
-name:Cache cargo target dirs
42-
uses:actions/cache@v2
42+
uses:actions/cache@v4
4343
with:
4444
path:target
4545
key:${{ runner.os }}-target-lint-stable-${{ hashFiles('**/Cargo.toml') }}
@@ -97,7 +97,7 @@ jobs:
9797
brew install gnu-tar
9898
echo PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" >> $GITHUB_ENV
9999
-name:Cache cargo directories
100-
uses:actions/cache@v2
100+
uses:actions/cache@v4
101101
with:
102102
path:|
103103
~/.cargo/registry
@@ -107,7 +107,7 @@ jobs:
107107
${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
108108
${{ runner.os }}-cargo-
109109
-name:Cache cargo target dirs
110-
uses:actions/cache@v2
110+
uses:actions/cache@v4
111111
with:
112112
path:target
113113
# note `cargo test` and `cargo clippy` don't use the same build

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp