dependabot[bot]
cd78412b80
Bump actions/checkout from 4 to 5 in the github-actions group ( #3318 )
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 4 to 5
- [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/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
il y a 10 mois
Ivan Pozdeev
ddeb3facf0
CI: remove ubuntu-20.04; move tar_gz to -latest
ubuntu-20.04 is being retired by Github
tar_gz is mainly to verify URLs, OS version doesn't matter
il y a 1 an
native-api
330e3fc130
CI: use Ubuntu 24.04; use ubuntu-latest for the ubuntu_build check ( #3144 )
Now that ubuntu-24 is out of beta at Github
Since for ubuntu_build, we only use one OS version
and the changes between versions are not as drastic as with MacOS,
it seems safe to have it upgrade automatically.
il y a 1 an
native-api
1bcaab05b7
CI: push MacOS jobs to MacOS 13 and 14 ( #3002 )
Github has finally released those as free and retired macos-11
il y a 2 ans
dependabot[bot]
96f93fd553
Bump the github-actions group with 1 update ( #2864 )
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
- [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
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
il y a 2 ans
Ivan Pozdeev
a3f0bddc2a
CI: Migrate to checkout@v3
Actions runner warns about v2 deprecation
il y a 3 ans
Ivan Pozdeev
f72c1712dc
CI: Test with native extension
Only run tests for subcommands that use the native extension
il y a 3 ans
Alex
8dd46e3915
GitHub Workflows security hardening ( #2511 )
Signed-off-by: Alex <aleksandrosansan@gmail.com>
il y a 3 ans
native-api
a648682ed6
CI: Bump OS versions ( #2448 )
* CI: Bump OS versions
Github released ubuntu-22.04 and macos-12 from beta
and deprecated ubuntu-18.04 and macos-10.15, due to dropping by 2013.
* CI: clean up installed packages
il y a 3 ans
Ivan Pozdeev
8439f8e187
Simplify init scheme; update & clarify the README
Now the setup is to add to both rc and profile:
1) set PYENV_ROOT
(can do it unconditionally -- since if you change it,
you need to update all places anyway since any of them can be run first)
2) Add `pyenv` to PATH if not already there
3) eval "$(pyenv init -)"
Not a breaking change, old setup will continue to work.
il y a 4 ans
Ivan Pozdeev
7f714c34ba
Bats 1.2 requires readline from gnu coreutils in MacOS
il y a 4 ans
Ivan Pozdeev
848e56e992
Add Pyenv tests to Github Actions
Now that Travis check has been removed from the repo
il y a 4 ans