Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2024
1 parent cce533a commit eb0689f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_release_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
check_labels:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: smartlyio/check-versioning-action@v5
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set Node.js 20.x
Expand All @@ -31,7 +31,7 @@ jobs:
npm run package
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
EMAIL_INPUT: [email protected]
USERNAME_INPUT: example-test
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
[[ "$(git config core.sshCommand)" == *UserKnownHostsFile* ]]
test-cleanup-non-repo:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
EMAIL_INPUT: [email protected]
USERNAME_INPUT: example-test
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- run: rm -rf .git

test-missing-npmrc:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
EMAIL_INPUT: [email protected]
USERNAME_INPUT: example-test
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
[[ "$(git config core.sshCommand)" == *UserKnownHostsFile* ]]
release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: "Build and release action"
needs: [build, test, test-cleanup-non-repo, test-missing-npmrc]
steps:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set Node.js 20.x
Expand All @@ -31,7 +31,7 @@ jobs:
npm run package
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
EMAIL_INPUT: [email protected]
USERNAME_INPUT: example-test
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
[[ "$(git config core.sshCommand)" == *UserKnownHostsFile* ]]
test-cleanup-non-repo:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
EMAIL_INPUT: [email protected]
USERNAME_INPUT: example-test
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- run: rm -rf .git

test-missing-npmrc:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
EMAIL_INPUT: [email protected]
USERNAME_INPUT: example-test
Expand Down Expand Up @@ -182,14 +182,14 @@ jobs:
- test
- test-cleanup-non-repo
- test-missing-npmrc
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: |
echo "Ok"
shell: bash
release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: "Build and release action"
needs: [build, test-all]
steps:
Expand Down

0 comments on commit eb0689f

Please sign in to comment.