Skip to content

Commit 0eb427a

Browse files
build(deps): update github actions
1 parent b4aee1e commit 0eb427a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66

77
jobs:
88
diff-schema:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010

1111
steps:
1212
- name: Checkout rockcraft
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Set up uv with caching
1818
id: setup-uv
19-
uses: astral-sh/setup-uv@v3
19+
uses: astral-sh/setup-uv@v4
2020
with:
2121
enable-cache: true
2222
cache-suffix: ${{ steps.runner-info.outputs.cache-hash }}

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
sudo snap set charmcraft provider=lxd
9898
9999
windows-build:
100-
runs-on: windows-2019
100+
runs-on: windows-2022
101101
steps:
102102
- name: Checkout code
103103
uses: actions/checkout@v4

.github/workflows/tics.yaml

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

1010
jobs:
1111
CI:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4

0 commit comments

Comments
 (0)