Skip to content

Commit 8e40041

Browse files
Bump the github-actions group with 3 updates (#963)
Bumps the github-actions group with 3 updates: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache), [buildpacks/github-actions](https://github.com/buildpacks/github-actions) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `Swatinem/rust-cache` from 2.8.0 to 2.8.1 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@98c8021...f13886b) Updates `buildpacks/github-actions` from 5.9.3 to 5.9.4 - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](buildpacks/github-actions@8203df0...f6d0ae1) Updates `softprops/action-gh-release` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@72f2c25...6cbd405) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: buildpacks/github-actions dependency-version: 5.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cfba0f1 commit 8e40041

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# which include the latest stable release of Rust, Rustup, Clippy and rustfmt.
2525
run: rustup update
2626
- name: Rust Cache
27-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
27+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
2828
- name: Clippy
2929
# Using --all-targets so tests are checked and --deny to fail on warnings.
3030
# Not using --locked here and below since Cargo.lock is in .gitignore.
@@ -44,7 +44,7 @@ jobs:
4444
- name: Update Rust toolchain
4545
run: rustup update
4646
- name: Rust Cache
47-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
47+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
4848
- name: Run unit tests
4949
run: cargo test --all-features
5050

@@ -60,9 +60,9 @@ jobs:
6060
- name: Install Rust linux-musl target
6161
run: rustup target add x86_64-unknown-linux-musl
6262
- name: Rust Cache
63-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
63+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
6464
- name: Install Pack CLI
65-
uses: buildpacks/github-actions/setup-pack@8203df0b7ac31e358daa391b1949da5650e7f4f0 # v5.9.3
65+
uses: buildpacks/github-actions/setup-pack@f6d0ae15b2e1f021664bf3ee3fc4f9105c1ee4c7 # v5.9.4
6666
- name: Run integration tests
6767
# Runs only tests annotated with the `ignore` attribute (which in this repo, are the integration tests).
6868
run: cargo test -- --ignored

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: rustup update
4545

4646
- name: Rust Cache
47-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
47+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
4848

4949
- name: Install cargo-edit
5050
run: cargo install --locked cargo-edit

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: rustup update
3434

3535
- name: Rust Cache
36-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
36+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
3737

3838
- name: Install cargo-release
3939
run: cargo install --locked cargo-release
@@ -70,7 +70,7 @@ jobs:
7070
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
7171

7272
- name: Create GitHub Release
73-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
73+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
7474
with:
7575
token: ${{ steps.generate-token.outputs.token }}
7676
tag_name: v${{ steps.new-version.outputs.version }}

0 commit comments

Comments
 (0)