From 9f9901279c44dbeccc89f68d41a98fcf0e52629a Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Mon, 18 Nov 2024 14:29:17 +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@9066203af11543b7ec516af8311c7f840264b524. --- .github/workflows/container-rebuild.yml | 2 +- .github/workflows/container.yml | 2 +- .github/workflows/go.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/container-rebuild.yml b/.github/workflows/container-rebuild.yml index 30c11b30..bc760ad7 100644 --- a/.github/workflows/container-rebuild.yml +++ b/.github/workflows/container-rebuild.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.git-tag }} # fetch tags so the compiled-in version number is useful diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 2ee24969..63bf682e 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # fetch tags so the compiled-in version number is useful fetch-depth: 0 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b828a678..384d6cb5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,7 +34,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install macOS dependencies if: runner.os == 'macOS' shell: bash @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go 1.x uses: actions/setup-go@v4 with: