From 80cfba84937303613a68c659fd6e4b48493115e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 05:07:31 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3.5.3 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.1. - [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.5.3...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de0e4f3..912c0a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.1 - name: Install Dependencies run: sudo snap install --classic pre-commit @@ -41,7 +41,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 @@ -87,7 +87,7 @@ jobs: distro: [focal, jammy] max-parallel: 1 steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 # Enable the changelog generator to check out previous branch