Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 2.3.4 (#5703)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v2.3.4)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 15, 2021
1 parent ab3b06e commit 000467d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
submodules: true
- name: Setup Python 3.8
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
submodules: true
- name: Setup Python ${{ matrix.pyver }}
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
needs: pre-deploy
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
submodules: true
- name: Setup Python 3.8
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
needs: pre-deploy
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
submodules: true
- name: Set up QEMU
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
needs: pre-deploy
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
submodules: true
- name: Setup Python 3.8
Expand Down

0 comments on commit 000467d

Please sign in to comment.