aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-01-11 16:43:27 -0500
committerMatt Turner <mattst88@gentoo.org>2024-01-11 16:43:52 -0500
commita91f692dabd34bc39f332a9af8fe2434b6207f8d (patch)
tree3069f02062ff638843116c6507c3f55b8bb1795c
parentmeson: drop find_program('sed') as it isn't used (diff)
downloadgentoolkit-a91f692dabd34bc39f332a9af8fe2434b6207f8d.tar.gz
gentoolkit-a91f692dabd34bc39f332a9af8fe2434b6207f8d.tar.bz2
gentoolkit-a91f692dabd34bc39f332a9af8fe2434b6207f8d.zip
CI: Update portage to 3.0.57
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c78050d..cfb1eb3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
env:
# TODO: get this dynamically
- PORTAGE_VERSION: "3.0.45.3"
+ PORTAGE_VERSION: "3.0.57"
steps:
- uses: actions/checkout@v2