From 120fd10874faf7fb893212482813972a27565d52 Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:16:03 +0000 Subject: [PATCH] ci(github-action): update actions/checkout to v4.1.1 (#2020) Co-authored-by: tyriis-automation[bot] <133711747+tyriis-automation[bot]@users.noreply.github.com> --- .github/workflows/helm-release-differ.yaml | 6 +++--- .github/workflows/minecraft-version-update.yaml | 2 +- .github/workflows/schedule-renovate.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/helm-release-differ.yaml b/.github/workflows/helm-release-differ.yaml index d5efecfe2..24a74ecec 100644 --- a/.github/workflows/helm-release-differ.yaml +++ b/.github/workflows/helm-release-differ.yaml @@ -19,7 +19,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Get changed files id: changed-files @@ -40,10 +40,10 @@ jobs: matrix: ${{ fromJSON(needs.changed-files.outputs.matrix) }} steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Checkout default branch - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: ref: "${{ github.event.repository.default_branch }}" path: default diff --git a/.github/workflows/minecraft-version-update.yaml b/.github/workflows/minecraft-version-update.yaml index bf7097be0..19fcf0988 100644 --- a/.github/workflows/minecraft-version-update.yaml +++ b/.github/workflows/minecraft-version-update.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: fetch-depth: 0 diff --git a/.github/workflows/schedule-renovate.yaml b/.github/workflows/schedule-renovate.yaml index 967da972c..c9f480b13 100644 --- a/.github/workflows/schedule-renovate.yaml +++ b/.github/workflows/schedule-renovate.yaml @@ -43,7 +43,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: token: "${{ steps.generate-token.outputs.token }}"