Skip to content

Commit 8de64ff

Browse files
- Update dependency ubuntu to v24
1 parent aba51e7 commit 8de64ff

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/check-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Check PR title
1414
timeout-minutes: 10
1515
if: github.event.pull_request.draft == false
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717

1818
steps:
1919
- uses: blumilksoftware/action-pr-title@e05fc76a1cc45b33644f1de51218be43ac121dd0 # v1.2.0

.github/workflows/deploy-to-beta-manually.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
deploy:
1313
environment: beta
1414
name: Deploy to beta
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
env:
1717
DOCKER_REGISTRY: registry.blumilk.pl
1818
DOCKER_REGISTRY_USER_NAME: robot@blumilkbot-harbor

.github/workflows/deploy-to-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
deploy:
1414
environment: production
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
name: Deploy to production
1717
env:
1818
DOCKER_REGISTRY: registry.blumilk.pl

.github/workflows/run-command-on-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
run-command:
1414
name: Run command via ssh
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- name: run php artisan command
1818
uses: appleboy/ssh-action@2ead5e36573f08b82fbfce1504f1a4b05a647c6f # v1.2.2

.github/workflows/test-and-lint-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Test & lint JS stuff
2121
timeout-minutes: 10
2222
if: github.event.pull_request.draft == false
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424

2525
steps:
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/test-and-lint-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Test & lint PHP stuff
2323
timeout-minutes: 10
2424
if: github.event.pull_request.draft == false
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
env:
2727
# renovate: datasource=docker depName=php
2828
PHP_VERSION: 8.4.5

0 commit comments

Comments
 (0)