Skip to content

Commit e5008e5

Browse files
Bump the github-actions group with 2 updates (#463)
Bumps the github-actions group with 2 updates: [buildpacks/github-actions](https://github.com/buildpacks/github-actions) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `buildpacks/github-actions` from 5.9.4 to 5.9.6 - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](buildpacks/github-actions@f6d0ae1...2d58ee3) Updates `taiki-e/install-action` from 2.62.15 to 2.62.44 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@d6d7527...47be02f) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-version: 5.9.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-version: 2.62.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 226880b commit e5008e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Rust Cache
6161
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
6262
- name: Install Pack CLI
63-
uses: buildpacks/github-actions/setup-pack@f6d0ae15b2e1f021664bf3ee3fc4f9105c1ee4c7 # v5.9.4
63+
uses: buildpacks/github-actions/setup-pack@2d58ee348f9a2c381888bfe3dfe99caffdddc84f # v5.9.6
6464
- name: Run integration tests
6565
# Runs only tests annotated with the `ignore` attribute (which in this repo, are the integration tests).
6666
run: cargo test --locked -- --ignored
@@ -89,7 +89,7 @@ jobs:
8989
- name: Rust Cache
9090
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
9191
- name: Install Pack CLI
92-
uses: buildpacks/github-actions/setup-pack@f6d0ae15b2e1f021664bf3ee3fc4f9105c1ee4c7 # v5.9.4
92+
uses: buildpacks/github-actions/setup-pack@2d58ee348f9a2c381888bfe3dfe99caffdddc84f # v5.9.6
9393
- name: Pull builder and run images
9494
run: |
9595
docker pull "heroku/builder:24"
@@ -121,7 +121,7 @@ jobs:
121121
- name: Rust Cache
122122
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
123123
- name: Install cargo-llvm-cov
124-
uses: taiki-e/install-action@d6d752794628f1e1fffa3c4d3c8874e06f043d50 # v2.62.15
124+
uses: taiki-e/install-action@0be4756f42223b67aa4b7df5effad59010cbf4b9 # v2.62.51
125125
with:
126126
tool: cargo-llvm-cov
127127
- name: Run unit tests and generate coverage report

0 commit comments

Comments
 (0)