Skip to content

Commit

Permalink
Merge pull request #3 from hostwithquantum/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…buildpacks/github-actions-5.8.7

Upgrade: bump buildpacks/github-actions from 4.8.1 to 5.8.7
  • Loading branch information
till authored Jan 16, 2025
2 parents a2f0169 + 67e8846 commit 811be2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: buildpacks/github-actions/[email protected]
- uses: buildpacks/github-actions/[email protected]
- uses: buildpacks/github-actions/[email protected]
- id: extract-package
shell: bash
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- run: |
cp dist/build_linux_amd64_v1/build ./bin/build
cp dist/detect_linux_amd64_v1/detect ./bin/detect
- uses: buildpacks/github-actions/[email protected]
- uses: buildpacks/github-actions/[email protected]
- uses: buildpacks/github-actions/[email protected]
- id: extract-version
shell: bash
run: |
Expand Down

0 comments on commit 811be2a

Please sign in to comment.