commit | 1bcac51728b9fd8b67c3d294066a62ebaf6a6b4d | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed May 12 04:08:31 2021 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed May 12 07:19:15 2021 +0200 |
tree | 3f99b555af2f66b0cf8f87e9e87e2b3bb3668aa0 | |
parent | cbeb7ee46d84421cb66fc4d1c11043ae044a88ba [diff] |
Bump actions/checkout from 2 to 2.3.4 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](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com> Closes #4 Change-Id: Ic2fe2568d1680ec37efebb82344c15f3dcc2a2b7
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 5a42f99..21d864e 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml
@@ -26,7 +26,7 @@ r-version: 3.6 python-version: 3.9 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: