GNU/coreutils: update reference to 9.3

This commit is contained in:
Daniel Hofstetter 2023-04-20 16:44:50 +02:00
parent 19add3a4bd
commit c571a31405

View file

@ -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.2"
repo_GNU_ref="v9.3"
repo_reference_branch="${{ github.event.repository.default_branch }}"
outputs repo_default_branch repo_GNU_ref repo_reference_branch
#
@ -315,7 +315,7 @@ jobs:
with:
repository: 'coreutils/coreutils'
path: 'gnu'
ref: 'v9.2'
ref: 'v9.3'
submodules: recursive
- name: Install `rust` toolchain
run: |