Skip to content

Commit 2e24d30

Browse files
committed
ci: update version
1 parent fdd0ecd commit 2e24d30

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/lint-and-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
submodules: true
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Rust cache
26-
uses: Swatinem/rust-cache@v2.7.6
26+
uses: Swatinem/rust-cache@v2.7.7
2727
with:
2828
prefix-key: cargo-debug-${{ matrix.platform }}
2929

@@ -51,7 +51,7 @@ jobs:
5151
submodules: true
5252
token: ${{ secrets.GITHUB_TOKEN }}
5353
- name: Rust cache
54-
uses: Swatinem/rust-cache@v2.7.6
54+
uses: Swatinem/rust-cache@v2.7.7
5555
with:
5656
prefix-key: cargo-debug-${{ matrix.platform }}
5757
# https://nexte.st/docs/installation/pre-built-binaries/#using-nextest-in-github-actions
@@ -82,7 +82,7 @@ jobs:
8282
sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
8383
- uses: actions/checkout@v4.2.2
8484
- name: Rust cache
85-
uses: Swatinem/rust-cache@v2.7.6
85+
uses: Swatinem/rust-cache@v2.7.7
8686
with:
8787
prefix-key: cargo-release-${{ matrix.platform }}
8888
- name: Sync node version
@@ -123,7 +123,7 @@ jobs:
123123
mv ./target/release/bluetooth_battery_monitor ./build
124124
125125
- name: Upload a Build Artifact
126-
uses: actions/upload-artifact@v4.5.0
126+
uses: actions/upload-artifact@v4.6.0
127127
with:
128128
name: Bluetooth Battery Monitor ${{runner.os}}
129129
path: |

.github/workflows/release-gui.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.platform }}
1717

1818
steps:
19-
- uses: actions/checkout@v4.1.7
19+
- uses: actions/checkout@v4.2.2
2020

2121
- name: Install dependencies (ubuntu only)
2222
if: matrix.platform == 'ubuntu-20.04'
@@ -29,18 +29,18 @@ jobs:
2929
uses: dtolnay/rust-toolchain@stable
3030

3131
- name: Rust cache
32-
uses: Swatinem/rust-cache@v2.7.3
32+
uses: Swatinem/rust-cache@v2.7.7
3333
with:
3434
prefix-key: cargo-${{ matrix.platform }}
3535

3636
- name: Sync node version and setup cache
37-
uses: actions/setup-node@v4.0.3
37+
uses: actions/setup-node@v4.1.0
3838
with:
3939
node-version: 'lts/*'
4040
cache: 'npm'
4141

4242
- name: Node.js cache
43-
uses: actions/cache@v4.0.2
43+
uses: actions/cache@v4.2.0
4444
with:
4545
path: ${{ github.workspace }}/dar2oar_gui/frontend/.next/cache
4646
# Generate a new cache whenever packages or source files change.
@@ -57,7 +57,7 @@ jobs:
5757
tag: ${{ github.ref_name }}
5858

5959
- name: Create Github Release
60-
uses: tauri-apps/tauri-action@action-v0.5.9
60+
uses: tauri-apps/tauri-action@action-v0.5.18
6161

6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -68,7 +68,7 @@ jobs:
6868
prerelease: false
6969

7070
- name: Commit CHANGELOG.md
71-
uses: stefanzweifel/git-auto-commit-action@v5.0.1
71+
uses: stefanzweifel/git-auto-commit-action@v5.1.0
7272
with:
7373
branch: main
7474
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'

0 commit comments

Comments
 (0)