1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-11-25 05:33:31 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
75a9d50394 chore(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-21 10:13:17 +00:00
f415d7d80d chore: update actions/checkout from v4 to v5 2025-09-03 00:32:31 -04:00
c1c5ed2d9e chore: rename workflow from build to deploy 2025-09-03 00:30:16 -04:00
28328e4d90 refactor: split out workflows so that review app cleanup is properly run
The old setup - copy-pasted from the internet somewhere - was incorrect based on how github actions works. *sigh*
2022-09-10 18:19:27 -04:00
6a73313edb fix: always run the first job 2022-09-10 17:41:00 -04:00
648d73fda6 fix: set current buildpack as the buildpack to use 2022-09-10 17:38:10 -04:00
1769636cc8 tests: test deploys via github action 2022-09-10 17:31:47 -04:00