From 5f78c4511cf3955cc113f16bacc60449e71e7be0 Mon Sep 17 00:00:00 2001 From: madonuko Date: Mon, 5 Aug 2024 20:06:49 +0800 Subject: [PATCH] feat(ci): update to 41 --- .github/workflows/autobuild.yml | 12 ++++++------ .github/workflows/bootstrap.yml | 6 +++--- .github/workflows/mass-rebuild.yml | 10 +++++----- .github/workflows/update-comps.yml | 6 +++--- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index a431adb..2b1d9e9 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -6,10 +6,10 @@ on: paths: - ultramarine/** branches: - - um40 + - um41 pull_request: branches: - - um40 + - um41 workflow_dispatch: workflow_call: @@ -19,7 +19,7 @@ jobs: outputs: build_matrix: ${{ steps.generate_build_matrix.outputs.build_matrix }} container: - image: ghcr.io/terrapkg/builder:f40 + image: ghcr.io/terrapkg/builder:f41 options: --cap-add=SYS_ADMIN --privileged steps: - name: Set workspace as safe @@ -35,7 +35,7 @@ jobs: needs: manifest strategy: matrix: - version: ["40"] + version: ["41"] pkg: ${{ fromJson(needs.manifest.outputs.build_matrix) }} fail-fast: false runs-on: ${{ matrix.pkg.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }} @@ -44,7 +44,7 @@ jobs: options: --cap-add=SYS_ADMIN --privileged steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up git repository @@ -71,7 +71,7 @@ jobs: x=${NAME//\//@} echo "name=$x" >> $GITHUB_OUTPUT - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: ${{ steps.art.outputs.name }} path: | diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 02e3790..70a225e 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -6,16 +6,16 @@ jobs: build: strategy: matrix: - version: ["40"] + version: ["41"] arch: ["x86_64", "aarch64"] fail-fast: false runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }} container: - image: ghcr.io/terrapkg/builder:f40 + image: ghcr.io/terrapkg/builder:f41 options: --cap-add=SYS_ADMIN --privileged steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build ultramarine-mock-configs run: | diff --git a/.github/workflows/mass-rebuild.yml b/.github/workflows/mass-rebuild.yml index 4c2648a..75de12b 100644 --- a/.github/workflows/mass-rebuild.yml +++ b/.github/workflows/mass-rebuild.yml @@ -9,7 +9,7 @@ jobs: manifest: runs-on: ubuntu-latest container: - image: ghcr.io/terrapkg/builder:f40 + image: ghcr.io/terrapkg/builder:f41 options: --cap-add=SYS_ADMIN --privileged outputs: @@ -18,7 +18,7 @@ jobs: # check out the repo steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -41,7 +41,7 @@ jobs: strategy: matrix: pkg: ${{ fromJson(needs.manifest.outputs.build_matrix) }} - version: ["40"] + version: ["41"] fail-fast: false #if: ${{ matrix.changed_folders != '' }} runs-on: ${{ matrix.pkg.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }} @@ -50,7 +50,7 @@ jobs: options: --cap-add=SYS_ADMIN --privileged steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up git repository @@ -70,7 +70,7 @@ jobs: x=${NAME//\//@} echo "name=$x" >> $GITHUB_OUTPUT - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: ${{ steps.art.outputs.name }} path: | diff --git a/.github/workflows/update-comps.yml b/.github/workflows/update-comps.yml index 93448d6..4399277 100644 --- a/.github/workflows/update-comps.yml +++ b/.github/workflows/update-comps.yml @@ -3,7 +3,7 @@ name: Push comps updates on: push: branches: - - um40 + - um41 paths: - comps.xml workflow_dispatch: @@ -12,9 +12,9 @@ jobs: update-comps: runs-on: ubuntu-latest container: - image: ghcr.io/terrapkg/builder:f40 + image: ghcr.io/terrapkg/builder:f41 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Push to subatomic run: | branch=${{ github.ref_name }}