Update github actions/checkout to v4 (#114)
This commit is contained in:
parent
2fb3da9dc5
commit
d7380217f6
2 changed files with 4 additions and 4 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
release-windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: install Tauri
|
||||
run: cargo install tauri-cli --profile dev
|
||||
- name: npm install (desktop)
|
||||
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
cross-compile-on-macos:
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: install Tauri
|
||||
run: cargo install tauri-cli --profile dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue