From ddcaebd38717eea427846753aa588b37cd618eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 09:44:47 +0200 Subject: [PATCH] Bump actions/checkout from 2 to 3 (#341) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joran R. Angevaare --- .github/workflows/Pipi.yml | 2 +- .github/workflows/pytest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Pipi.yml b/.github/workflows/Pipi.yml index a6376159..24fd9fc4 100644 --- a/.github/workflows/Pipi.yml +++ b/.github/workflows/Pipi.yml @@ -15,7 +15,7 @@ jobs: with: python-version: '3.8' - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install dependencies run: pip install wheel - name: Build package diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 4a0ad36b..4c1cb620 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -49,7 +49,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install requirements for tests and latest strax run: | pip install git+https://github.com/NESTCollaboration/nestpy.git@v1.5.0