diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81cb2b87..78bb828b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - name: Restore data cache if: matrix.session == 'tests' @@ -119,7 +119,7 @@ jobs: needs: tests steps: - name: Check out the repository - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - name: Set up Python uses: actions/setup-python@v5.1.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfdfbe33..cab77276 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 with: fetch-depth: 2