Skip to content

Commit 1be2786

Browse files
authored
Merge pull request #12 from KSXGitHub/renovate/actions-rs-toolchain-1.x
chore(deps): update actions-rs/toolchain action to v1.0.7
2 parents dc736de + a159050 commit 1be2786

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- uses: actions/checkout@v2
7070

71-
- uses: actions-rs/[email protected].6
71+
- uses: actions-rs/[email protected].7
7272
with:
7373
profile: minimal
7474
target: ${{ matrix.target }}
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- uses: actions/checkout@v2
103103

104-
- uses: actions-rs/[email protected].6
104+
- uses: actions-rs/[email protected].7
105105
with:
106106
profile: minimal
107107
target: ${{ matrix.target }}
@@ -135,7 +135,7 @@ jobs:
135135
steps:
136136
- uses: actions/checkout@v2
137137

138-
- uses: actions-rs/[email protected].6
138+
- uses: actions-rs/[email protected].7
139139
with:
140140
profile: minimal
141141
target: ${{ matrix.target }}
@@ -443,7 +443,7 @@ jobs:
443443
steps:
444444
- uses: actions/checkout@v2
445445

446-
- uses: actions-rs/[email protected].6
446+
- uses: actions-rs/[email protected].7
447447
with:
448448
profile: minimal
449449
override: 'true'

0 commit comments

Comments
 (0)