Skip to content

Commit ff28b1f

Browse files
chore(deps): update dependency ubuntu to v24 (#230)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [ubuntu](https://redirect.github.com/actions/runner-images) | github-runner | major | `22.04` -> `24.04` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/actions/runner-images/badge)](https://securityscorecards.dev/viewer/?uri=github.com/actions/runner-images) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Dublin. 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/BSStudio/bss-web-file-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ea31cb commit ff28b1f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: read-all
1212
jobs:
1313
unit-test:
1414
name: Integration test
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
timeout-minutes: 5
1717
permissions:
1818
id-token: write

.github/workflows/python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: read-all
1212
jobs:
1313
pre-commit:
1414
name: Pre commit checks
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
timeout-minutes: 5
1717
steps:
1818
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -23,7 +23,7 @@ jobs:
2323

2424
unit-test:
2525
name: Unit test
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727
timeout-minutes: 5
2828
permissions:
2929
id-token: write
@@ -40,7 +40,7 @@ jobs:
4040

4141
type-test:
4242
name: Static type check
43-
runs-on: ubuntu-22.04
43+
runs-on: ubuntu-24.04
4444
timeout-minutes: 5
4545
steps:
4646
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -53,7 +53,7 @@ jobs:
5353

5454
lint:
5555
name: Lint
56-
runs-on: ubuntu-22.04
56+
runs-on: ubuntu-24.04
5757
timeout-minutes: 5
5858
steps:
5959
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)