From 30b2423c7d03c8ed06eb0d81fc3d03369d1183fa Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Thu, 29 Jan 2026 09:20:06 +0000 Subject: [PATCH] =?UTF-8?q?Sync=20repo=20templates=20=E2=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sync with coreos/repo-templates@1e012242aef09a4bfed0250bc4a06373df5c28c1. --- .github/workflows/find-whitespace.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/find-whitespace.yml b/.github/workflows/find-whitespace.yml index bbe08912..bae2f45a 100644 --- a/.github/workflows/find-whitespace.yml +++ b/.github/workflows/find-whitespace.yml @@ -16,7 +16,7 @@ jobs: container: quay.io/coreos-assembler/fcos-buildroot:testing-devel steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # https://github.com/actions/checkout/issues/760 - name: Mark git checkout as safe run: git config --global --add safe.directory "$GITHUB_WORKSPACE" diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index f88d0ad7..600c35d6 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -16,7 +16,7 @@ jobs: container: quay.io/coreos-assembler/fcos-buildroot:testing-devel steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # https://github.com/actions/checkout/issues/760 - name: Mark git checkout as safe run: git config --global --add safe.directory "$GITHUB_WORKSPACE"