mirror of
https://github.com/2e3s/awatcher.git
synced 2025-06-06 11:35:46 +00:00
Update actions/checkout to v4
This commit is contained in:
parent
7d819a9e39
commit
1a222c35c9
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
AW_WEBUI_DIR: ${{ github.workspace }}/aw-webui/dist
|
AW_WEBUI_DIR: ${{ github.workspace }}/aw-webui/dist
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@master
|
- uses: dtolnay/rust-toolchain@master
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2023-11-01
|
toolchain: nightly-2023-11-01
|
||||||
@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
# Build aw-webui
|
# Build aw-webui
|
||||||
- name: Checkout aw-webui
|
- name: Checkout aw-webui
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ActivityWatch/aw-webui
|
repository: ActivityWatch/aw-webui
|
||||||
path: aw-webui
|
path: aw-webui
|
||||||
|
8
.github/workflows/verify.yml
vendored
8
.github/workflows/verify.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
fmt:
|
fmt:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
with:
|
with:
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
@ -22,7 +22,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
|
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: sudo apt-get install -y libdbus-1-dev
|
- run: sudo apt-get install -y libdbus-1-dev
|
||||||
- uses: dtolnay/rust-toolchain@master
|
- uses: dtolnay/rust-toolchain@master
|
||||||
with:
|
with:
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
|
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: sudo apt-get install -y libdbus-1-dev
|
- run: sudo apt-get install -y libdbus-1-dev
|
||||||
- uses: dtolnay/rust-toolchain@master
|
- uses: dtolnay/rust-toolchain@master
|
||||||
with:
|
with:
|
||||||
@ -49,7 +49,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
|
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: sudo apt-get install -y libdbus-1-dev
|
- run: sudo apt-get install -y libdbus-1-dev
|
||||||
- uses: dtolnay/rust-toolchain@master
|
- uses: dtolnay/rust-toolchain@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user