From 7c45d253e9deeba9bef6ad3c9e84ac6c657632cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:13:55 +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..ea04e44 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.1.3 - 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.1.3 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