Skip to content

Commit 3bb7fe3

Browse files
⬆️ Bump actions/checkout from v1 to v2.3.1
Bumps [actions/checkout](https://github.com/actions/checkout) from v1 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@v1...28c7f3d) Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1ed7d9 commit 3bb7fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checking out code from GitHub
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v2.3.1
1414
- name: Set up Python 3.7
1515
uses: actions/setup-python@v2.0.1
1616
with:
@@ -31,7 +31,7 @@ jobs:
3131
python: [3.7, 3.8]
3232
steps:
3333
- name: Checking out code from GitHub
34-
uses: actions/checkout@v1
34+
uses: actions/checkout@v2.3.1
3535
- name: Set up Python ${{ matrix.python }}
3636
uses: actions/setup-python@v2.0.1
3737
with:

0 commit comments

Comments
 (0)