diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 535298d8e..40bf81c84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -312,7 +312,7 @@ jobs: - name: Checkout if: fromJSON(matrix.config.container) == null - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Checkout # actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container. @@ -447,7 +447,7 @@ jobs: echo "CHANNEL_FILES_PATH=${{ runner.temp }}/channel-files" >> "$GITHUB_ENV" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Download staged-for-merge channel files artifact uses: actions/download-artifact@v3 @@ -529,7 +529,7 @@ jobs: BODY: ${{ steps.changelog.outputs.BODY }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: fetch-depth: 0 # To fetch all history for all branches and tags. diff --git a/.github/workflows/check-containers.yml b/.github/workflows/check-containers.yml index 21e9c74ee..dfda6982f 100644 --- a/.github/workflows/check-containers.yml +++ b/.github/workflows/check-containers.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Build and push to local registry uses: docker/build-push-action@v5