Skip to content

Commit e095446

Browse files
authored
Apply changes from Update GitHub Actions (#3)
1 parent 4bc3827 commit e095446

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cargo_update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
toolchain: stable
2828

2929
- name: Cache Cargo Dependencies
30-
uses: actions/[email protected].0
30+
uses: actions/[email protected].1
3131
with:
3232
path: |
3333
~/.cargo

.github/workflows/core.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
override: true
2020

2121
- name: Cache Cargo Dependencies
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
path: |
2525
~/.cargo
@@ -46,7 +46,7 @@ jobs:
4646
toolchain: stable
4747

4848
- name: Cache Cargo Dependencies
49-
uses: actions/[email protected].0
49+
uses: actions/[email protected].1
5050
with:
5151
path: |
5252
~/.cargo
@@ -74,7 +74,7 @@ jobs:
7474
toolchain: stable
7575

7676
- name: Cache Cargo Dependencies
77-
uses: actions/[email protected].0
77+
uses: actions/[email protected].1
7878
with:
7979
path: |
8080
~/.cargo

.github/workflows/machete.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
toolchain: stable
2828

2929
- name: Cache Cargo Dependencies
30-
uses: actions/[email protected].0
30+
uses: actions/[email protected].1
3131
with:
3232
path: |
3333
~/.cargo

0 commit comments

Comments
 (0)