Skip to content

Commit

Permalink
Bump buildpacks/github-actions from 5.8.4 to 5.8.8 (#86)
Browse files Browse the repository at this point in the history
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.8.4 to 5.8.8.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](buildpacks/github-actions@v5.8.4...v5.8.8)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 355a99e commit 569bea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rundoc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
ruby-version: "3.3"
bundler-cache: true # do run 'bundle install' and cache
- uses: buildpacks/github-actions/[email protected].4
- uses: buildpacks/github-actions/[email protected].8

# [CONFIG] add different languages set up here
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rundoc-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
ruby-version: "3.3"
bundler-cache: true # do run 'bundle install' and cache
- uses: buildpacks/github-actions/[email protected].4
- uses: buildpacks/github-actions/[email protected].8

- name: Run rundoc for all languages
run: |
Expand Down

0 comments on commit 569bea1

Please sign in to comment.