diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 7c8c307ec..2e8297ba8 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -42,7 +42,7 @@ jobs: outputs path_GNU path_GNU_tests path_reference path_UUTILS # repo_default_branch="${{ github.event.repository.default_branch }}" - repo_GNU_ref="v9.1" + repo_GNU_ref="v9.2" repo_reference_branch="${{ github.event.repository.default_branch }}" outputs repo_default_branch repo_GNU_ref repo_reference_branch # @@ -305,7 +305,7 @@ jobs: with: repository: 'coreutils/coreutils' path: 'gnu' - ref: 'v9.1' + ref: 'v9.2' submodules: recursive - name: Install `rust` toolchain run: |