github-actions icon indicating copy to clipboard operation
github-actions copied to clipboard

End-user GitHub Actions related to Cloud Native Buildpacks

Results 9 github-actions issues
Sort by recently updated
recently updated
newest added

It would be convenient for users of your GitHub Actions to have a "moving" `vMajor` tag. That allows them--for example--to always use the latest v5.x.x by specifying `uses: buildpacks/github-actions/setup-pack@v5`. Note...

And update the readme

type:enhancement
semver:patch

Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.20.1 to 0.20.2. Release notes Sourced from github.com/google/go-containerregistry's releases. v0.20.2 What's Changed deps: bump docker dep by @​imjasonh in google/go-containerregistry#1991 Full Changelog: https://github.com/google/go-containerregistry/compare/v0.20.1...v0.20.2 Commits c195f15 deps: bump...

type:dependency-upgrade
semver:patch

Updates the `setup-pack` action's default `pack-version` to the latest Pack release. Release notes: https://github.com/buildpacks/pack/releases/tag/v0.35.1

type:dependency-upgrade
semver:patch

Bumps Go modules used by the project. See the commit for details on what modules were updated. Release Notes

type:task
semver:patch

## Expected When using `setup-pack` on a mac-os runner, I expect that it will either install the mac OS version of `pack` or fail. ## Actual ``` Run buildpacks/github-actions/[email protected] Run...

Bumps Go from 1.22 to 1.23 and update Go modules used by the project. See the commit for details on what modules were updated. Release Notes

type:task
semver:minor

Bumps pipeline from `1.41.2` to `1.42.0`. Release Notes ⛏ Dependency Upgrades Pipeline updates: Go 1.24 (#1760) @dmikusa Add links to buildpacks releases (#1721) @anthonydahanne 🚧 Tasks Bump Go Modules (#1761)...

type:task
semver:patch

Since the current examples use `v5.0.0` which is old and leads to eg: https://github.com/buildpacks/github-actions/issues/376 Ideally we'd have a `v5` branch/tag alias per #271, but in lieu of that I think...