diff options
| author | Sam James <sam@gentoo.org> | 2023-03-20 03:52:21 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-03-20 03:52:41 +0000 |
| commit | 690bd313006a5a84b260fde2e6c7be788dd97bd0 (patch) | |
| tree | cce63409ab06d95ac61d54b4f249e279abeb8406 /.github | |
| parent | d0998f38174bffe40dfab925fc4ca23eff1ae5af (diff) | |
| download | gentoolkit-690bd313006a5a84b260fde2e6c7be788dd97bd0.tar.gz | |
CI: update Portage version
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 422daa7..90444dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,8 @@ jobs: - 'pypy-3.9' env: - PORTAGE_VERSION: "3.0.30" + # TODO: get this dynamically + PORTAGE_VERSION: "3.0.45.3" steps: - uses: actions/checkout@v2 |
