diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca224b9..c5f7c9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: run: python3 -m pip install --user "tox>=4.0.0" - name: Check out src from Git - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # needed by setuptools-scm submodules: true diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index ba95206..b46fbe9 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -55,7 +55,7 @@ jobs: PYTEST_REQPASS: 4 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # needed by setuptools-scm submodules: true @@ -129,7 +129,7 @@ jobs: steps: # checkout needed for codecov action which needs codecov.yml file - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python # likely needed for coverage uses: actions/setup-python@v5