We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c3ec9 commit 17fa273Copy full SHA for 17fa273
.github/workflows/publishing.yml
@@ -15,7 +15,7 @@ env:
15
jobs:
16
test:
17
name: Test
18
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
19
strategy:
20
matrix:
21
test-type:
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout code
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
with:
30
fetch-depth: 0
31
submodules: true
0 commit comments