diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index c9e8029a18c..76e41294256 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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 2faa8708b0f..8f83f9f4559 100644 --- a/.github/workflows/cache_data.yaml +++ b/.github/workflows/cache_data.yaml @@ -42,7 +42,7 @@ jobs: steps: # Checkout current git repository - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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 30c7953d0b9..5e044fa1ae1 100644 --- a/.github/workflows/cache_dvc.yaml +++ b/.github/workflows/cache_dvc.yaml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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 6e2b467f127..e46d12339e9 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: path: repository persist-credentials: false - name: Checkout the documentation - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: gh-pages path: documentation diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index c4f35691333..c769ff76408 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -71,7 +71,7 @@ jobs: steps: # Checkout current git repository - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # fetch all history so that setuptools-scm works fetch-depth: 0 @@ -182,7 +182,7 @@ jobs: REF_NAME: ${{ github.ref_name }} - name: Checkout the gh-pages branch - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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 2b4032b3952..9ac8ae62725 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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 504d7f51c39..9d838bfdc91 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -107,7 +107,7 @@ jobs: steps: # Checkout current git repository - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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 1246ca8cd5d..f185b087a27 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -49,7 +49,7 @@ jobs: steps: # Checkout current git repository - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # fetch all history so that setuptools-scm works fetch-depth: 0 @@ -95,7 +95,7 @@ jobs: # Checkout current GMT repository - name: Checkout the GMT source from ${{ matrix.gmt_git_ref }} branch - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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 e15ac5fdfce..ea73fe1bef1 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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 b8a78726b4e..bbe5db29ea7 100644 --- a/.github/workflows/dvc-diff.yml +++ b/.github/workflows/dvc-diff.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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 54fd0d81fff..f65d8d28282 100644 --- a/.github/workflows/format-command.yml +++ b/.github/workflows/format-command.yml @@ -25,7 +25,7 @@ jobs: private-key: ${{ secrets.APP_PRIVATE_KEY }} # Checkout the pull request branch - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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 90daa93dda1..33c12ca5672 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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 b0956ffe1ea..e88b5556279 100644 --- a/.github/workflows/release-baseline-images.yml +++ b/.github/workflows/release-baseline-images.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/style_checks.yaml b/.github/workflows/style_checks.yaml index d3fda714694..949329b039d 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/type_checks.yml b/.github/workflows/type_checks.yml index 29f75a63871..1d70349b9fb 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false