diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f36a3a1..fe0a6b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: name: Generic prek checks runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 1 @@ -35,7 +35,7 @@ jobs: name: Mypy runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 1 @@ -56,7 +56,7 @@ jobs: name: ${{ matrix.os }}/tests_${{ matrix.python }} runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 1 diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index ac4eb8b..95eba02 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 30 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 1 diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index ec63931..b41897a 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check out code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - name: Run commitsar diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f1b95e..55e2972 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: name: Build and publish Python 🐍distributions 📦 to PyPI runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: Set up Python uses: actions/setup-python@v6.2.0 with: diff --git a/.github/workflows/update-prek.yml b/.github/workflows/update-prek.yml index 707dab6..7b99e6d 100644 --- a/.github/workflows/update-prek.yml +++ b/.github/workflows/update-prek.yml @@ -14,7 +14,7 @@ jobs: name: Update prek runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 1 submodules: true