Skip to content

Commit

Permalink
Use github-hosted agents
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 10, 2025
1 parent 977e7c1 commit 29161e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29161e9

Please sign in to comment.