From 42f0e65f54796499ac7889733bc77c9ae348cae7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 19:34:50 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v4 --- .github/workflows/cd.yml | 4 ++-- .github/workflows/ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 89fff0f..0cdd3ea 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch sources - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.2.0 - name: semver uses: anitvam/conventionalcommit-semantic-releasing@main with: @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch sources - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4caf875..ad101b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: MONGO_CONNECTION_STRING: ${{ secrets.MONGO_CONNECTION_STRING }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false fetch-depth: 0