@@ -194,7 +194,7 @@ jobs:
194194 CC : ${{ matrix.cc-compiler }}
195195 steps :
196196 - name : Checkout
197- uses : actions/checkout@v4
197+ uses : actions/checkout@v6
198198 - name : Install docs env
199199 run : share/ci/scripts/linux/dnf/install_docs_env.sh
200200 if : matrix.build-docs == 'ON'
@@ -360,11 +360,11 @@ jobs:
360360 # uses: step-security/harden-runner@248ae51c2e8cc9622ecf50685c8bf7150c6e8813 # v1.4.3
361361 # with:
362362 # egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
363- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
363+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
364364 # Note: can't upgrade to actions/checkout 4.0 because it needs newer
365365 # glibc than these containers have.
366366 - name : Checkout
367- uses : actions/checkout@v3
367+ uses : actions/checkout@v6
368368 - name : Install docs env
369369 run : share/ci/scripts/linux/dnf/install_docs_env.sh
370370 if : matrix.build-docs == 'ON'
@@ -521,7 +521,7 @@ jobs:
521521 with :
522522 python-version : ${{ matrix.python-version }}
523523 - name : Checkout
524- uses : actions/checkout@v4
524+ uses : actions/checkout@v6
525525 - name : Install docs env
526526 run : share/ci/scripts/macos/install_docs_env.sh
527527 if : matrix.build-docs == 'ON'
@@ -647,7 +647,7 @@ jobs:
647647 with :
648648 python-version : ${{ matrix.python-version }}
649649 - name : Checkout
650- uses : actions/checkout@v4
650+ uses : actions/checkout@v6
651651 - name : Install docs env
652652 run : share/ci/scripts/macos/install_docs_env.sh
653653 if : matrix.build-docs == 'ON'
@@ -795,7 +795,7 @@ jobs:
795795 with :
796796 python-version : ${{ matrix.python-version }}
797797 - name : Checkout
798- uses : actions/checkout@v4
798+ uses : actions/checkout@v6
799799 - name : Install docs env
800800 run : |
801801 DOXYGEN_PATH=$GITHUB_WORKSPACE/doxygen
0 commit comments