diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 9f0b667..6d9d8da 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -33,7 +33,7 @@ jobs: python-version: "3.11" - name: Install tox run: python -m pip install tox - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup python for test ${{ matrix.py }} @@ -68,7 +68,7 @@ jobs: - type - readme steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Python "3.11" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a10790d..6464c22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: python-version: "3.11" - name: Install build run: python -m pip install build - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Build package