From 63494c3e3ba1ff7bad1249ed6b22001adbfed38d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:45:43 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/merge.yml | 6 +++--- .github/workflows/pr-open.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 31c5e76..817f635 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -39,7 +39,7 @@ jobs: tag: ${{ steps.changelog.outputs.tag }} version: ${{ steps.changelog.outputs.version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Conventional Changelog Update @@ -85,7 +85,7 @@ jobs: build_context: . triggers: ('get_certs.sh' 'Dockerfile.certs') steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: bcgov/action-builder-ghcr@fd17bc1cbb16a60514e0df3966d42dff9fc232bc # v4.0.0 with: package: ${{ matrix.package }} @@ -105,7 +105,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Configure Git diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 15ffe6e..65b62da 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -31,7 +31,7 @@ jobs: build_context: . triggers: ('get_certs.sh' 'Dockerfile.certs') steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: bcgov/action-builder-ghcr@fd17bc1cbb16a60514e0df3966d42dff9fc232bc # v4.0.0 with: package: ${{ matrix.package }} @@ -56,7 +56,7 @@ jobs: with: oc: "4.14.37" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Deploy to Openshift working-directory: charts/nr-oracle-service