Skip to content

Commit 813cdec

Browse files
build(github-actions): Bump dependency ubuntu to v24 (#129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 36b36d8 commit 813cdec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# This workflow contains a single job called "build-and-deploy-application"
1414
build-and-deploy-application:
1515
# The type of runner that the job will run on
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717

1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test-application:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Setup Node.js environment

0 commit comments

Comments
 (0)