Skip to content

Commit e909226

Browse files
committed
workflows: Upgrade GitHub actions.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 9296fb3 commit e909226

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
check:
77
runs-on: ubuntu-24.04
88
steps:
9-
- uses: actions/checkout@v4.1.7
9+
- uses: actions/checkout@v6
1010

1111
- name: Install system dependencies
1212
run: TERM=dumb sudo apt install libsqlite3-dev -y
1313

1414
- name: Set up JDK
15-
uses: actions/setup-java@v4.2.1
15+
uses: actions/setup-java@v5
1616
with:
1717
java-version: 17
1818
distribution: temurin

.github/workflows/update-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
WEBLATE_API_KEY: ${{ secrets.WEBLATE_API_KEY }}
2020

21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
with:
2323
# Enough such that even a still-out-of-date weblate will have shared history
2424
fetch-depth: 50

0 commit comments

Comments
 (0)