diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 329214a59af..ddca1c4cc54 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -36,7 +36,7 @@ jobs: steps: # Checkout current git repository - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: # fetch all history so that setuptools-scm works fetch-depth: 0 diff --git a/.github/workflows/cache_data.yaml b/.github/workflows/cache_data.yaml index cdbb148a6ea..344739dca54 100644 --- a/.github/workflows/cache_data.yaml +++ b/.github/workflows/cache_data.yaml @@ -38,7 +38,7 @@ jobs: steps: # Checkout current git repository - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: # fetch all history so that setuptools-scm works fetch-depth: 0 diff --git a/.github/workflows/cache_dvc.yaml b/.github/workflows/cache_dvc.yaml index e82779df502..548c678dbd1 100644 --- a/.github/workflows/cache_dvc.yaml +++ b/.github/workflows/cache_dvc.yaml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: # fetch all history so that setuptools-scm works fetch-depth: 0 diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 7002785ffc4..2cecd9f9b96 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -26,13 +26,13 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: path: repository persist-credentials: false - name: Checkout the documentation - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: ref: gh-pages path: documentation diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 5071c99179b..7ae65dd33d5 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -72,7 +72,7 @@ jobs: steps: # Checkout current git repository - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: # fetch all history so that setuptools-scm works fetch-depth: 0 @@ -168,7 +168,7 @@ jobs: REF_NAME: ${{ github.ref_name }} - name: Checkout the gh-pages branch - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: ref: gh-pages # Checkout to this folder instead of the current one diff --git a/.github/workflows/ci_doctests.yaml b/.github/workflows/ci_doctests.yaml index 43b0fa28eb1..adb0bfce507 100644 --- a/.github/workflows/ci_doctests.yaml +++ b/.github/workflows/ci_doctests.yaml @@ -37,7 +37,7 @@ jobs: steps: # Checkout current git repository - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: # fetch all history so that setuptools-scm works fetch-depth: 0 diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 87075c4c801..54b222162bf 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -104,7 +104,7 @@ jobs: steps: # Checkout current git repository - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: # fetch all history so that setuptools-scm works fetch-depth: 0 diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index 0e9db9470af..e6ad5498d63 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -48,7 +48,7 @@ jobs: steps: # Checkout current git repository - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: # fetch all history so that setuptools-scm works fetch-depth: 0 @@ -94,7 +94,7 @@ jobs: # Checkout current GMT repository - name: Checkout the GMT source from ${{ matrix.gmt_git_ref }} branch - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: repository: 'GenericMappingTools/gmt' ref: ${{ matrix.gmt_git_ref }} diff --git a/.github/workflows/ci_tests_legacy.yaml b/.github/workflows/ci_tests_legacy.yaml index 7ef03db1bec..55fe261fad7 100644 --- a/.github/workflows/ci_tests_legacy.yaml +++ b/.github/workflows/ci_tests_legacy.yaml @@ -46,7 +46,7 @@ jobs: steps: # Checkout current git repository - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: # fetch all history so that setuptools-scm works fetch-depth: 0 diff --git a/.github/workflows/dvc-diff.yml b/.github/workflows/dvc-diff.yml index e496352ac4c..b913921d84d 100644 --- a/.github/workflows/dvc-diff.yml +++ b/.github/workflows/dvc-diff.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: # fetch all history so that dvc diff works fetch-depth: 0 diff --git a/.github/workflows/format-command.yml b/.github/workflows/format-command.yml index 15007d1fb36..e748085d017 100644 --- a/.github/workflows/format-command.yml +++ b/.github/workflows/format-command.yml @@ -24,7 +24,7 @@ jobs: private-key: ${{ secrets.APP_PRIVATE_KEY }} # Checkout the pull request branch - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: token: ${{ steps.generate-token.outputs.token }} repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }} diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 6e95b8f7be0..ea1ef06cb30 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: # fetch all history so that setuptools-scm works fetch-depth: 0 diff --git a/.github/workflows/release-baseline-images.yml b/.github/workflows/release-baseline-images.yml index b0fb833ef81..8c3c7d45ab7 100644 --- a/.github/workflows/release-baseline-images.yml +++ b/.github/workflows/release-baseline-images.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/style_checks.yaml b/.github/workflows/style_checks.yaml index 1679efa04f1..24ea959b21f 100644 --- a/.github/workflows/style_checks.yaml +++ b/.github/workflows/style_checks.yaml @@ -26,7 +26,7 @@ jobs: steps: # Checkout current git repository - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/type_checks.yml b/.github/workflows/type_checks.yml index 7fbab64b3f9..e59cf961390 100644 --- a/.github/workflows/type_checks.yml +++ b/.github/workflows/type_checks.yml @@ -35,7 +35,7 @@ jobs: steps: # Checkout current git repository - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false