Skip to content

Commit 1539082

Browse files
Bump buildpacks/github-actions in the github-actions group (#161)
Bumps the github-actions group with 1 update: [buildpacks/github-actions](https://github.com/buildpacks/github-actions). 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) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-version: 5.9.4 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 ad5ba42 commit 1539082

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rundoc-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
ruby-version: "3.3"
3131
bundler-cache: true # do run 'bundle install' and cache
32-
- uses: buildpacks/github-actions/setup-pack@8203df0b7ac31e358daa391b1949da5650e7f4f0 # v5.9.3
32+
- uses: buildpacks/github-actions/setup-pack@f6d0ae15b2e1f021664bf3ee3fc4f9105c1ee4c7 # v5.9.4
3333

3434
# [CONFIG] add different languages set up here
3535
- run: |

.github/workflows/rundoc-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
ruby-version: "3.3"
3333
bundler-cache: true # do run 'bundle install' and cache
34-
- uses: buildpacks/github-actions/setup-pack@8203df0b7ac31e358daa391b1949da5650e7f4f0 # v5.9.3
34+
- uses: buildpacks/github-actions/setup-pack@f6d0ae15b2e1f021664bf3ee3fc4f9105c1ee4c7 # v5.9.4
3535

3636
- name: Run rundoc for all languages
3737
run: |

0 commit comments

Comments
 (0)