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
@@ -109,7 +109,7 @@ jobs:
109109 yamllint :
110110 runs-on : ubuntu-22.04
111111 container :
112- image : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
112+ image : fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
113113 steps :
114114 - uses : actions/checkout@v5
115115 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