diff --git a/.github/workflows/global-ci.yml b/.github/workflows/global-ci.yml index 3623a5d..3d214ca 100644 --- a/.github/workflows/global-ci.yml +++ b/.github/workflows/global-ci.yml @@ -206,7 +206,7 @@ jobs: echo "Using TESTS_REF \`${TESTS_REF}\`" >>"$GITHUB_STEP_SUMMARY" - name: Checkout tests repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: trustification/trustify-tests path: trustify-tests @@ -345,7 +345,7 @@ jobs: echo "Using TESTS_REF \`${TESTS_REF}\`" >>"$GITHUB_STEP_SUMMARY" - name: Checkout tests repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: trustification/trustify-tests path: trustify-tests