File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171 dependencies :
7272 runs-on : ubuntu-latest
7373 container :
74- image : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
74+ image : fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
7575 steps :
7676 - name : Install git for checkout action
7777 run : dnf install -y git
@@ -108,7 +108,7 @@ jobs:
108108 yamllint :
109109 runs-on : ubuntu-22.04
110110 container :
111- image : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
111+ image : fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
112112 steps :
113113 - uses : actions/checkout@v5
114114 with :
Original file line number Diff line number Diff line change 1212 checks-with-ci-repo :
1313 runs-on : ubuntu-22.04
1414 container :
15- image : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
15+ image : fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
1616 steps :
1717 - name : Install git for checkout action
1818 run : dnf install -y git
You can’t perform that action at this time.
0 commit comments