diff --git a/external/code.conf b/external/code.conf index 08cecb5b..074efafc 100644 --- a/external/code.conf +++ b/external/code.conf @@ -4,7 +4,7 @@ RELEASE=all TARGET=desktop METHOD=aptly INSTALL=code -GLOB="Name (% code), \$Version (>= 1.91.0)" +GLOB="Name (% code), \$Version (>= 1.91.1)" CHECKSUM=ignore ARCH=armhf:arm64:amd64 REPOSITORY=BS diff --git a/external/zoom.conf b/external/zoom.conf index 1064b8d1..74e435f0 100644 --- a/external/zoom.conf +++ b/external/zoom.conf @@ -4,6 +4,6 @@ RELEASE=all TARGET=desktop METHOD=aptly INSTALL=zoom -GLOB="Name (% zoom), \$Version (>= 5.17.5)" +GLOB="Name (% zoom), \$Version (>= 6.1.6)" ARCH=amd64 REPOSITORY=BS diff --git a/external/zulu.conf b/external/zulu.conf index 024c359a..32d7db3f 100644 --- a/external/zulu.conf +++ b/external/zulu.conf @@ -4,6 +4,6 @@ RELEASE=bookworm TARGET=utils METHOD=aptly INSTALL=zulu17 -GLOB="Name (% zulu17*), \$Version (>= 17.0.11), \$Version (< 18.0)" +GLOB="Name (% zulu17*), \$Version (>= 17.0.12), \$Version (< 18.0)" ARCH=arm64:amd64 REPOSITORY=BS diff --git a/userpatches/gha/chunks/950.single_footer.yaml b/userpatches/gha/chunks/950.single_footer.yaml index 68fc7883..3162d488 100644 --- a/userpatches/gha/chunks/950.single_footer.yaml +++ b/userpatches/gha/chunks/950.single_footer.yaml @@ -51,7 +51,8 @@ jobs: # uses: igorjs/gh-actions-clean-workflow@v6 with: token: "${{ env.GH_TOKEN }}" - days_old: 7 + runs_older_than: 7 # optional + runs_to_keep: 0 # optional # Switch pre-release to release - uses: ncipollo/release-action@v1