diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 87382b04..662e7216 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -53,7 +53,7 @@ jobs: package: centos8-ppc64le fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 name: Check out code with: fetch-tags: true