We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d2563 commit ccb7f12Copy full SHA for ccb7f12
.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