We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49d2563 + ccb7f12 commit 0d6dba0Copy full SHA for 0d6dba0
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
dependencies:
68
runs-on: ubuntu-latest
69
container:
70
- image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
+ image: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
71
steps:
72
- name: Install git for checkout action
73
run: dnf install -y git
@@ -103,7 +103,7 @@ jobs:
103
yamllint:
104
runs-on: ubuntu-22.04
105
106
107
108
- uses: actions/checkout@v4
109
- name: Install dependencies for Fedora
0 commit comments