From 3c66d3201902a5d0a6e762f81f0bff6da91a211b Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 9 Jul 2024 15:23:15 -0700 Subject: [PATCH] =?UTF-8?q?Update=20to=20actions/checkout@v4=20?= =?UTF-8?q?=F0=9F=99=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (this is effectively a functional no-op solving a "problem" that really ought to be solved at a different level within GHA) --- .github/workflows/ci.yml | 4 ++-- .github/workflows/update.yml | 6 +++--- .github/workflows/verify-templating.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bddc29d95a0..30e3a899648 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: outputs: strategy: ${{ steps.generate-jobs.outputs.strategy }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: tianon/bashbrew@tianon - id: generate-jobs name: Generate Jobs @@ -37,7 +37,7 @@ jobs: name: ${{ matrix.name }} runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # TODO something clever with https://github.com/marketplace/actions/changed-files - name: Prepare Environment run: ${{ matrix.runs.prepare }} diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 93ff282d6fe..ca55ba442d6 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,7 +22,7 @@ jobs: outputs: strategy: ${{ steps.generate-jobs.outputs.strategy }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - id: generate-jobs name: Generate Jobs run: | @@ -56,7 +56,7 @@ jobs: dir: ${{ matrix.dir }} branch: update/${{ matrix.dir }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install Bashbrew @@ -121,7 +121,7 @@ jobs: env: branch: 'update-versions' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Config diff --git a/.github/workflows/verify-templating.yml b/.github/workflows/verify-templating.yml index f9854bed5f1..1cb644dd790 100644 --- a/.github/workflows/verify-templating.yml +++ b/.github/workflows/verify-templating.yml @@ -17,7 +17,7 @@ jobs: name: Check For Uncomitted Changes runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Apply Templates run: ./parallel.sh apply-templates.sh - name: Git Diff (informational)