From e5bae393c94fc341d8b49c93be64692964f6f21e Mon Sep 17 00:00:00 2001 From: "plural-copilot[bot]" Date: Fri, 17 Jan 2025 18:49:03 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/cd.yml | 4 ++-- .github/workflows/chart.yml | 2 +- .github/workflows/osartifact-chart.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index faeef3f..b3b7272 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -68,7 +68,7 @@ jobs: discussions: write steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Release uses: softprops/action-gh-release@v1 with: @@ -85,7 +85,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false fetch-depth: 0 # otherwise, you will failed to push refs to dest repo diff --git a/.github/workflows/chart.yml b/.github/workflows/chart.yml index eaa712d..d0ac9ad 100644 --- a/.github/workflows/chart.yml +++ b/.github/workflows/chart.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/osartifact-chart.yml b/.github/workflows/osartifact-chart.yml index b6a66ae..8dc9694 100644 --- a/.github/workflows/osartifact-chart.yml +++ b/.github/workflows/osartifact-chart.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0