From 8d7b9eb1380f09fc10ea0b6c332ffcb0edd2a2a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 23:26:09 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.6 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.4 | v4.1.6 | --- .github/workflows/format.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/sync.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index cedca79..8d150c7 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -9,7 +9,7 @@ jobs: steps: - name: git checkout - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 with: ref: ${{ github.head_ref }} token: ${{ secrets.WALL_BREW_BOT_PAT }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e3074d6..7748ef6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 with: ref: ${{ github.head_ref }} diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 035d240..d0c8620 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout latest commit - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 - name: Run GitHub File Sync uses: BetaHuhn/repo-file-sync-action@v1.21.1