From 29161e922d7c8a9912bc7ab413c4af9059d9d1d1 Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Fri, 10 Jan 2025 20:32:49 +0000 Subject: [PATCH] Use github-hosted agents Signed-off-by: Prabhu Subramanian --- .github/workflows/containers.yml | 4 ++-- .github/workflows/master.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index bf15ad3..9d47df7 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -20,7 +20,7 @@ env: jobs: deploy: if: github.repository_owner == 'appthreat' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: contents: write packages: write @@ -47,7 +47,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '22.x' + node-version: '23.x' - uses: oras-project/setup-oras@v1 - name: Trim CI agent run: | diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 7c0a56d..9f74591 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -33,7 +33,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '22.x' + node-version: '23.x' - uses: oras-project/setup-oras@v1 - name: Delete `.rustup` directory run: rm -rf /home/runner/.rustup # to save disk space diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index be11863..a9da6cc 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,7 +34,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '22.x' + node-version: '23.x' - name: Delete `.rustup` directory run: rm -rf /home/runner/.rustup # to save disk space if: runner.os == 'Linux' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd283a3..6340d5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '22.x' + node-version: '23.x' - uses: oras-project/setup-oras@v1 - name: Delete `.rustup` directory run: rm -rf /home/runner/.rustup # to save disk space