- Update github ci to use actions/checkout@v6.

This commit is contained in:
W.C.A. Wijngaards
2026-04-17 10:13:06 +02:00
parent f15a46fcd4
commit 656b412492
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ jobs:
cross_platform_config: "--enable-debug --disable-flto --with-libevent --disable-static"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: false
persist-credentials: false
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: configure