Skip to content

Commit

Permalink
Update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
2e3s committed May 17, 2024
1 parent 7d819a9 commit 1a222c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
AW_WEBUI_DIR: ${{ github.workspace }}/aw-webui/dist
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-11-01
Expand All @@ -31,7 +31,7 @@ jobs:

# Build aw-webui
- name: Checkout aw-webui
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ActivityWatch/aw-webui
path: aw-webui
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
Expand All @@ -22,7 +22,7 @@ jobs:
env:
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: sudo apt-get install -y libdbus-1-dev
- uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -36,7 +36,7 @@ jobs:
env:
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: sudo apt-get install -y libdbus-1-dev
- uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -49,7 +49,7 @@ jobs:
env:
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: sudo apt-get install -y libdbus-1-dev
- uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit 1a222c3

Please sign in to comment.