Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 975ab21

Browse files
Bump actions/checkout from v2.3.0 to v2.3.1
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.0 to v2.3.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/master/CHANGELOG.md) - [Commits](actions/checkout@v2.3.0...28c7f3d) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3727af5 commit 975ab21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out the repository
14-
uses: actions/checkout@v2.3.0
14+
uses: actions/checkout@v2.3.1
1515
with:
1616
fetch-depth: 2
1717

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Check out the repository
30-
uses: actions/checkout@v2.3.0
30+
uses: actions/checkout@v2.3.1
3131

3232
- name: Set up Python ${{ matrix.python-version }}
3333
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)