There was an error while loading. Please reload this page.
1 parent 4beb8db commit 52e9c3dCopy full SHA for 52e9c3d
1 file changed
.github/workflows/ci.yml
@@ -66,6 +66,7 @@ jobs:
66
- fedora:42
67
- fedora:43
68
- fedora:44
69
+ - fedora:45
70
container:
71
image: ${{ matrix.container }}
72
steps:
@@ -98,7 +99,7 @@ jobs:
98
99
run: |
100
yes |urpmi lib64apr1_0 lib64apr-util1_0 git
101
- name: checkout
- uses: actions/checkout@v4
102
+ uses: actions/checkout@v6
103
with:
104
fetch-depth: 0
105
ref: ${{ github.event.client_payload.branch || github.event.inputs.workflow_branch || github.ref }}
0 commit comments