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 2a04610 commit d45e200Copy full SHA for d45e200
.github/workflows/build_and_test.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
-
19
name: Checkout
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
22
name: Docker meta
23
id: meta
@@ -61,10 +61,10 @@ jobs:
61
62
test:
63
needs: docker
64
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
65
66
67
68
# Establish some SSH keys.
69
70
name: Setup SSH
0 commit comments