From d4c90efded37a391997fdf22bd60b640a8bbfccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:38:22 +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/live-test.yml | 2 +- .github/workflows/multiple-files.yml | 2 +- .github/workflows/test-branch.yml | 2 +- .github/workflows/update-coverage-on-readme.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/live-test.yml b/.github/workflows/live-test.yml index 2a217c4..04c17b3 100644 --- a/.github/workflows/live-test.yml +++ b/.github/workflows/live-test.yml @@ -12,7 +12,7 @@ jobs: name: Live Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Pytest coverage comment id: coverageComment diff --git a/.github/workflows/multiple-files.yml b/.github/workflows/multiple-files.yml index b9e8ebf..8a3ebac 100644 --- a/.github/workflows/multiple-files.yml +++ b/.github/workflows/multiple-files.yml @@ -11,7 +11,7 @@ jobs: test-multiple-files: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Pytest coverage comment uses: MishaKav/pytest-coverage-comment@main diff --git a/.github/workflows/test-branch.yml b/.github/workflows/test-branch.yml index 0c01b57..a626722 100644 --- a/.github/workflows/test-branch.yml +++ b/.github/workflows/test-branch.yml @@ -13,7 +13,7 @@ jobs: test-branch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Pytest coverage comment id: coverageComment diff --git a/.github/workflows/update-coverage-on-readme.yml b/.github/workflows/update-coverage-on-readme.yml index 1c27846..33b045f 100644 --- a/.github/workflows/update-coverage-on-readme.yml +++ b/.github/workflows/update-coverage-on-readme.yml @@ -13,7 +13,7 @@ jobs: update-coverage-on-readme: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token fetch-depth: 0 # otherwise, you will failed to push refs to dest repo