From 09aaa3766099783e1479c0e4ca5c4678f8bbfd15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 08:31:28 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 2.3.4 (#592) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
Release notes

Sourced from actions/checkout's releases.

v2.3.4

v2.3.3

v2.3.2

Add Third Party License Information to Dist Files

v2.3.1

Fix default branch resolution for .wiki and when using SSH

v2.3.0

Fallback to the default branch

v2.2.0

Fetch all history for all tags and branches when fetch-depth=0

v2.1.1

Changes to support GHES (here and here)

v2.1.0

Changelog

Sourced from actions/checkout's changelog.

Changelog

v2.3.1

v2.3.0

v2.2.0

v2.1.1

v2.1.0

v2.0.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=2&new-version=2.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 454fe0fbe..d6d072eb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Setup Python 3.9 uses: actions/setup-python@v2.2.2 with: @@ -80,7 +80,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Setup Python ${{ matrix.pyver }} uses: actions/setup-python@v2.2.2 with: @@ -133,7 +133,7 @@ jobs: needs: pre-deploy steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Setup Python 3.8 uses: actions/setup-python@v2.2.2 with: @@ -161,7 +161,7 @@ jobs: needs: pre-deploy steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Set up QEMU id: qemu uses: docker/setup-qemu-action@v1 @@ -200,7 +200,7 @@ jobs: needs: pre-deploy steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Setup Python 3.8 uses: actions/setup-python@v2.2.2 with: