dependabot[bot]
|
99a5d1c2e8
|
chore(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-15 03:58:44 +00:00 |
|
dependabot[bot]
|
b7193d5b3e
|
chore(deps): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-07 03:26:19 +00:00 |
|
dependabot[bot]
|
a36b5f001f
|
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-07 03:24:25 +00:00 |
|
Jose Diaz-Gonzalez
|
2b497ed8b9
|
feat: upgrade test suite from ubuntu 20.04 to 22.04
|
2023-09-06 22:37:21 -04:00 |
|
Jose Diaz-Gonzalez
|
a83a95bb27
|
fix: drop extra files from being included in release
|
2023-02-09 03:07:31 -05:00 |
|
Jose Diaz-Gonzalez
|
9b386654f6
|
feat: automatically create releases from tags
This will also include release notes, allowing downstream consumers of plugins to better understand what the release includes.
|
2023-02-09 03:00:42 -05:00 |
|
Jose Diaz-Gonzalez
|
280a5903a7
|
tests: stop running workflows on push
Also remove unnecessary strategy block from jobs.
|
2023-02-08 00:38:21 -05:00 |
|
josegonzalez
|
a42c69c765
|
Merge pull request #159 from dokku/dependabot/github_actions/actions/upload-artifact-3
chore(deps): bump actions/upload-artifact from 2 to 3
|
2023-02-07 18:11:59 -05:00 |
|
josegonzalez
|
fbe7d0e1ff
|
Merge pull request #158 from dokku/dependabot/github_actions/actions/checkout-3
chore(deps): bump actions/checkout from 2 to 3
|
2023-02-07 18:11:45 -05:00 |
|
dependabot[bot]
|
c1aa251020
|
chore(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-07 22:02:19 +00:00 |
|
dependabot[bot]
|
00df0368d8
|
chore(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-07 22:02:13 +00:00 |
|
dependabot[bot]
|
c6440a9c17
|
chore(deps): bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-07 22:02:09 +00:00 |
|
Jose Diaz-Gonzalez
|
f2ef1249e9
|
feat: upgrade github actions automatically
|
2023-02-07 17:01:15 -05:00 |
|
Jose Diaz-Gonzalez
|
824ba0d4a2
|
feat: upgrade test os to ubuntu 20.04
|
2023-02-07 16:19:10 -05:00 |
|
Jose Diaz-Gonzalez
|
9b33948f94
|
tests: refactor tests to ignore readme generation for Dockerfile changes
Ideally we can trigger a readme update on merge in the future. For now, this will work well.
|
2021-04-26 11:43:13 -04:00 |
|
Jose Diaz-Gonzalez
|
bb7a6cc03d
|
chore: gitignore bootstrap file and minor cleanup of ci
|
2021-04-25 02:54:07 -04:00 |
|
Jose Diaz-Gonzalez
|
c18413786f
|
tests: drop copying of test results
Bats will now output the results on stdout so no need to copy results anywhere.
|
2021-04-24 14:05:47 -04:00 |
|
Jose Diaz-Gonzalez
|
2a171663ab
|
tests: fix job name
|
2021-04-24 14:04:39 -04:00 |
|
Jose Diaz-Gonzalez
|
843f9748d5
|
tests: split tests to version and tag
|
2021-04-24 14:03:01 -04:00 |
|
Jose Diaz-Gonzalez
|
d932f241b0
|
chore: update min dokku version and only test push on master branch
|
2021-04-24 13:57:18 -04:00 |
|
Jose Diaz-Gonzalez
|
5c484f96f2
|
tests: migrate to github actions
|
2021-04-24 02:20:30 -04:00 |
|
Jose Diaz-Gonzalez
|
6e8e37fed1
|
feat: add dependabot config to all repositories
|
2021-04-24 00:10:33 -04:00 |
|
Jose Diaz-Gonzalez
|
8c893835a2
|
feat: commit github labels to the repo
This will allow us to apply track what labels are available in the issue tracker using tonglil/labeler.
|
2019-04-10 03:28:09 -04:00 |
|