From 4b4ac0864121cc72327c07e38010eedf6f8fb856 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Tue, 10 Feb 2026 11:09:53 -0500 Subject: [PATCH] update-pkgx --- .github/workflows/ci.yml | 5 ++--- .github/workflows/pkg-platform.yml | 12 +++++------- .github/workflows/pkg.yml | 3 +-- .github/workflows/restock.yml | 7 +++---- 4 files changed, 11 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 685c756de3..090236833a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,7 @@ jobs: matrix: ${{ steps.process-diff.outputs.matrix }} steps: - uses: pkgxdev/setup@v2 - with: - version: 1.1.6 + - run: pkgx --sync - uses: actions/checkout@v4 - uses: technote-space/get-diff-action@v6 id: get-diff @@ -66,8 +65,8 @@ jobs: - uses: pkgxdev/setup@v2 with: - version: 1.1.6 PKGX_DIR: /opt + - run: pkgx --sync - uses: pkgxdev/brewkit/build@v1 id: build diff --git a/.github/workflows/pkg-platform.yml b/.github/workflows/pkg-platform.yml index fcb17d3c56..d3c56b3255 100644 --- a/.github/workflows/pkg-platform.yml +++ b/.github/workflows/pkg-platform.yml @@ -82,8 +82,8 @@ jobs: - uses: pkgxdev/setup@v2 with: - version: 1.1.6 PKGX_DIR: /opt + - run: pkgx --sync - uses: pkgxdev/brewkit/build@v1 with: @@ -125,8 +125,8 @@ jobs: fi - uses: ./.github/actions/setup - uses: pkgxdev/setup@v2 - with: - version: 1.1.6 + - run: pkgx --sync + - uses: pkgxdev/brewkit/download-build-artifact@v1 with: pkg: ${{ inputs.pkg }} @@ -147,8 +147,7 @@ jobs: PREFIX: ${{ needs.build.outputs.project }}/${{ needs.build.outputs.platform }}/${{ needs.build.outputs.arch }}/v${{ needs.build.outputs.version }}.tar.${{ matrix.compression }} steps: - uses: pkgxdev/setup@v2 - with: - version: 1.1.6 + - run: pkgx --sync - uses: actions/checkout@v4 @@ -260,8 +259,7 @@ jobs: aws-region: us-east-1 - uses: pkgxdev/setup@v2 - with: - version: 1.1.6 + - run: pkgx --sync - name: generate versions.txt run: | diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index 0a536d4954..726953b8de 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -25,8 +25,7 @@ jobs: pkg: ${{ steps.id.outputs.pkg-json }} steps: - uses: pkgxdev/setup@v2 - with: - version: 1.1.6 + - run: pkgx --sync - uses: actions/checkout@v4 - run: .github/scripts/get-matrix.ts ${{ inputs.pkg }} id: matrix diff --git a/.github/workflows/restock.yml b/.github/workflows/restock.yml index 302bdfd0f1..f8d516daa0 100644 --- a/.github/workflows/restock.yml +++ b/.github/workflows/restock.yml @@ -16,8 +16,7 @@ jobs: versions: ${{ steps.inventory.outputs.versions }} steps: - uses: pkgxdev/setup@v2 - with: - version: 1.1.6 + - run: pkgx --sync - uses: actions/checkout@v4 - run: ./.github/scripts/inventory.ts ${{ inputs.project }} id: inventory @@ -30,10 +29,10 @@ jobs: version: ${{ fromJSON(needs.ingest.outputs.versions) }} uses: ./.github/workflows/pkg.yml permissions: - issues: write #FIXME we don’t want this but I don’t think we can alter the way permissions are inherited + issues: write #FIXME we don’t want this but I don’t think we can alter the way permissions are inherited with: pkg: ${{inputs.project}}=${{ matrix.version }} - invalidate-cloudfront: false # we do it all at once below otherwise + invalidate-cloudfront: false # we do it all at once below otherwise secrets: inherit invalidate-cloudfront: