From e8fcd894009a0fcb5d71bad4cce6f4628199d23f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 02:50:02 +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/helm_execserver_tests.yml | 4 ++-- .github/workflows/helm_fylr_tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/helm_execserver_tests.yml b/.github/workflows/helm_execserver_tests.yml index 966db95a..c577b17b 100644 --- a/.github/workflows/helm_execserver_tests.yml +++ b/.github/workflows/helm_execserver_tests.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -73,7 +73,7 @@ jobs: VALIDATION_SERVICES: "node,convert,ffmpeg,soffice,metadata,pdf2pages,xslt,iiif" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/helm_fylr_tests.yml b/.github/workflows/helm_fylr_tests.yml index 1dbaff54..6fbf8790 100644 --- a/.github/workflows/helm_fylr_tests.yml +++ b/.github/workflows/helm_fylr_tests.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -75,7 +75,7 @@ jobs: - kubernetes_version: 'v1.25.0' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0