commit | 90bb55ce12780875df5c2dc56c9968f30c63624b | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Aug 03 06:49:33 2022 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Aug 03 12:48:37 2022 +0200 |
tree | 342867ff14f3e34099b406ec722a8bcf68260594 | |
parent | 85d65d8e6170c3f946884e0eed55242fe84c0e60 [diff] |
Bump actions/checkout from 2.4.0 to 3.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.2. - [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.4.0...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Closes #27 Change-Id: I1464097c9d4160fbe73cfd8ef9f2e8653945d1b9
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index f007610..96efb4e 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml
@@ -14,7 +14,7 @@ r-version: [release] os: [windows-latest, macOS-latest, ubuntu-latest] steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4.2.0 with: