Skip to content

Commit 2bde8c4

Browse files
Bump the github-actions group with 2 updates (#940)
Bumps the github-actions group with 2 updates: [buildpacks/github-actions](https://github.com/buildpacks/github-actions) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `buildpacks/github-actions` from 5.8.10 to 5.8.11 - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](buildpacks/github-actions@d82294e...c502bcf) Updates `softprops/action-gh-release` from 2.2.1 to 2.2.2 - [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@c95fe14...da05d55) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-version: 5.8.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 2.2.2 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 c46721f commit 2bde8c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Rust Cache
6363
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
6464
- name: Install Pack CLI
65-
uses: buildpacks/github-actions/setup-pack@d82294e03fd6b8e8484cde2ee166788876e366e3 # v5.8.10
65+
uses: buildpacks/github-actions/setup-pack@c502bcff683efa6f6d56a325df3fbe1722e21881 # v5.8.11
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/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
73+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
7474
with:
7575
token: ${{ steps.generate-token.outputs.token }}
7676
tag_name: v${{ steps.new-version.outputs.version }}

0 commit comments

Comments
 (0)