From 4b03fadc1e1ea42058c4a414f929d6c94fc7b4ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:39:57 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/chart.yaml | 4 ++-- .github/workflows/lscr.yml | 4 ++-- .github/workflows/main.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/chart.yaml b/.github/workflows/chart.yaml index d190237..3433639 100644 --- a/.github/workflows/chart.yaml +++ b/.github/workflows/chart.yaml @@ -13,13 +13,13 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: "src" fetch-depth: 0 - name: Checkout gh-pages branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: "dest" ref: "gh-pages" diff --git a/.github/workflows/lscr.yml b/.github/workflows/lscr.yml index c260147..1914658 100644 --- a/.github/workflows/lscr.yml +++ b/.github/workflows/lscr.yml @@ -32,7 +32,7 @@ jobs: steps: # Get the repositery's code - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx @@ -93,7 +93,7 @@ jobs: steps: # Get the repositery's code - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 90de744..0919967 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: steps: # Get the repositery's code - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # https://github.com/docker/setup-qemu-action - name: Set up QEMU @@ -101,7 +101,7 @@ jobs: steps: # Get the repositery's code - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # https://github.com/docker/setup-qemu-action - name: Set up QEMU @@ -169,7 +169,7 @@ jobs: steps: # Get the repositery's code - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # https://github.com/docker/setup-qemu-action - name: Set up QEMU