Skip to content

Commit aef854f

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent 90852d2 commit aef854f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/closing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
permissions:
2222
issues: write # for peter-evans/create-or-update-comment to create or update comment
2323
pull-requests: write # for peter-evans/create-or-update-comment to create or update comment
24-
runs-on: ubuntu-24.04
24+
runs-on: ubuntu-slim
2525
steps:
2626
- name: Add closed question comment
2727
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0

.github/workflows/dependency-review.yml

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

1313
jobs:
1414
dependency-review:
15-
runs-on: ubuntu-24.04
15+
runs-on: ubuntu-slim
1616
steps:
1717
- name: Checkout Repository
1818
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

.github/workflows/label-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
build:
2121
name: Sync labels
22-
runs-on: ubuntu-24.04
22+
runs-on: ubuntu-slim
2323
steps:
2424
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2525
with:

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
issues: write # for peter-evans/create-or-update-comment to create or update comment
1919
pull-requests: write # for peter-evans/create-or-update-comment to create or update comment
20-
runs-on: ubuntu-24.04
20+
runs-on: ubuntu-slim
2121
steps:
2222
- name: Add backlog comment
2323
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0

.github/workflows/pull_requests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
weblate_automerge:
18-
runs-on: ubuntu-24.04
18+
runs-on: ubuntu-slim
1919
name: Weblate automerge
2020
if: github.actor == 'weblate'
2121
steps:

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
jobs:
2222
stale-issues:
23-
runs-on: ubuntu-24.04
23+
runs-on: ubuntu-slim
2424
permissions:
2525
issues: write
2626
pull-requests: write

0 commit comments

Comments
 (0)