We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ded9177 + 50703fa commit bfebe50Copy full SHA for bfebe50
1 file changed
.github/workflows/main.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
docs-checks:
15
runs-on: ubuntu-latest
16
- container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
+ container: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT
17
steps:
18
- uses: actions/checkout@v6
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