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 ef8dd23 commit 2337187Copy full SHA for 2337187
.github/workflows/main.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
docs-checks:
15
runs-on: ubuntu-latest
16
- container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
+ container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
17
steps:
18
- uses: actions/checkout@v5
19
with:
@@ -29,7 +29,7 @@ jobs:
29
30
ci-checks:
31
32
33
34
35
@@ -41,7 +41,7 @@ jobs:
41
42
spelling-checks:
43
44
45
46
- name: Install dependencies for Fedora
47
run: >
0 commit comments