dependabot[bot]
|
5c4cafe2a1
|
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-06 13:26:25 +00:00 |
|
dependabot[bot]
|
f6a9a0cea6
|
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:54 +00:00 |
|
Jose Diaz-Gonzalez
|
eaaa3cb28f
|
feat: upgrade test suite from ubuntu 20.04 to 22.04
|
2023-09-06 22:37:21 -04:00 |
|
Jose Diaz-Gonzalez
|
681d825bb8
|
fix: drop extra files from being included in release
|
2023-02-09 03:07:31 -05:00 |
|
Jose Diaz-Gonzalez
|
183d79ee53
|
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
|
7144e34b0f
|
tests: stop running workflows on push
Also remove unnecessary strategy block from jobs.
|
2023-02-08 04:12:43 -05:00 |
|
josegonzalez
|
caa5a0ff6b
|
Merge pull request #173 from dokku/dependabot/github_actions/actions/upload-artifact-3
chore(deps): bump actions/upload-artifact from 2 to 3
|
2023-02-07 18:10:48 -05:00 |
|
josegonzalez
|
046153a64d
|
Merge pull request #172 from dokku/dependabot/github_actions/actions/setup-python-4
chore(deps): bump actions/setup-python from 2 to 4
|
2023-02-07 18:10:35 -05:00 |
|
dependabot[bot]
|
712248d1c7
|
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:08 +00:00 |
|
dependabot[bot]
|
975e66985b
|
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:05 +00:00 |
|
dependabot[bot]
|
0cb3385edb
|
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:02 +00:00 |
|
Jose Diaz-Gonzalez
|
9168b29ce1
|
feat: upgrade github actions automatically
|
2023-02-07 17:01:15 -05:00 |
|
Jose Diaz-Gonzalez
|
dd6b47c8ec
|
feat: upgrade test os to ubuntu 20.04
|
2023-02-07 16:19:10 -05:00 |
|
Jose Diaz-Gonzalez
|
4cbcefdb0f
|
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
|
ddf4d4d58c
|
chore: gitignore bootstrap file and minor cleanup of ci
|
2021-04-25 02:54:07 -04:00 |
|
Jose Diaz-Gonzalez
|
8cb329581f
|
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
|
23cf608add
|
tests: fix job name
|
2021-04-24 14:04:39 -04:00 |
|
Jose Diaz-Gonzalez
|
0bedfa6dde
|
tests: split tests to version and tag
|
2021-04-24 14:03:01 -04:00 |
|
Jose Diaz-Gonzalez
|
f6be651ab1
|
chore: update min dokku version and only test push on master branch
|
2021-04-24 13:57:18 -04:00 |
|
Jose Diaz-Gonzalez
|
b0bd29f770
|
tests: migrate to github actions
|
2021-04-24 02:20:30 -04:00 |
|
Jose Diaz-Gonzalez
|
eeecc9127c
|
feat: add dependabot config to all repositories
|
2021-04-24 00:10:33 -04:00 |
|
Jose Diaz-Gonzalez
|
3f0cd12235
|
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 |
|