From deaa0ba1740789df99baeef94e1bf683caaab4f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:52:30 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.3 --- .github/workflows/ghcr.yml | 2 +- .github/workflows/rebase.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 410a5d8..b3507f0 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 - name: Get branch names id: branch-name diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index eaf2601..0ae22ee 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -8,7 +8,7 @@ jobs: if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.3 with: token: ${{ secrets.PAT_TOKEN }} fetch-depth: 0 # otherwise, you will failed to push refs to dest repo diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a9d361..8ace20e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: name: Test github-changelog-generator steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 - name: shellcheck uses: reviewdog/action-shellcheck@v1.20 - name: Run github-changelog-generator