Skip to content

Commit d6f8666

Browse files
chore(deps): update all non-major dependencies
1 parent b62bd95 commit d6f8666

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
toolchain: ${{ inputs.toolchain }}
6666
- name: Rust Cache
67-
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
67+
uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2
6868
- name: Install musl toolchain
6969
if: ${{ inputs.rpm }}
7070
run: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
toolchain: stable
2525
- name: Rust Cache
26-
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
26+
uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2
2727
- name: Run cargo clippy to pick up any errors
2828
run: cargo clippy --all-targets -- -Dwarnings
2929
- name: Check code is formatted

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
toolchain: stable
6565

6666
- name: Rust Cache
67-
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
67+
uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2
6868

6969
- name: Install semantic-release-cargo
7070
run: cargo install --locked semantic-release-cargo

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"@semantic-release/commit-analyzer": "13.0.1",
44
"@semantic-release/exec": "7.1.0",
55
"@semantic-release/release-notes-generator": "14.1.1",
6-
"semantic-release": "25.0.8"
6+
"semantic-release": "25.0.9"
77
}
88
}

0 commit comments

Comments
 (0)