diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f6c6e1b..36fcf07 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,7 +27,7 @@ jobs: runs-on: ${{ 'ubuntu-latest' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Log in to the Container registry diff --git a/.github/workflows/hatch.yml b/.github/workflows/hatch.yml index e9cb697..b23d81b 100644 --- a/.github/workflows/hatch.yml +++ b/.github/workflows/hatch.yml @@ -33,7 +33,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - run: pipx run build @@ -54,9 +54,9 @@ jobs: - os: ubuntu-latest source: sdist steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 if: matrix.source == 'repo' - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: dist path: dist/ @@ -83,7 +83,7 @@ jobs: id-token: write if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: dist path: dist/