From abce6648cb75afae5d4cd832cc30d08621975ebc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 03:25:33 +0200 Subject: [PATCH] Bump actions/checkout from 3.5.3 to 3.6.0 (#484) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0. - [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...v3.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62c745c..058c0f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Set up Python uses: actions/setup-python@v4.7.0 with: @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest name: Generate changelog for default branch steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 with: ref: master diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af09a9b..7f4d947 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - "3.10" steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4.7.0 with: