From 6bf47d46c0014d28079b10900ada87fd0b105c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 20:12:34 +0200 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#100) --- .github/workflows/pytest.yml | 2 +- .github/workflows/static_analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 86c473d..9bcf771 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -25,7 +25,7 @@ jobs: WELDX_VERSION: ${{ matrix.weldx_version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Fetch all history for all tags and branches - uses: actions/setup-python@v4 diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 5ef8521..e8c7c03 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -10,7 +10,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: 3.x