diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index e728d1c0..e78afcc3 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -21,7 +21,7 @@ jobs: steps: # We need the full repo to avoid this issue # https://github.com/actions/checkout/issues/23 - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 with: fetch-depth: 0 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 17fd7b18..35b46ed6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: outputs: triggered: '${{ steps.detect-trigger.outputs.trigger-found }}' steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 with: fetch-depth: 2 - uses: xarray-contrib/ci-trigger@v1.2 @@ -29,7 +29,7 @@ jobs: run: shell: 'bash -l {0}' steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 with: fetch-depth: 0 - name: Set up conda @@ -59,7 +59,7 @@ jobs: run: shell: 'bash -l {0}' steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - uses: conda-incubator/setup-miniconda@v2.2.0 with: channels: conda-forge @@ -89,7 +89,7 @@ jobs: run: shell: 'bash -l {0}' steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Set up conda uses: conda-incubator/setup-miniconda@v2.2.0 with: @@ -127,7 +127,7 @@ jobs: - macos-latest - windows-latest steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 with: fetch-depth: 0 - name: Setup python diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index da56a7c3..fdd9a932 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -13,7 +13,7 @@ jobs: packages: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Set up Python uses: actions/setup-python@v4.7.0 diff --git a/.github/workflows/updater.yaml b/.github/workflows/updater.yaml index 6c0b82c9..912f6556 100644 --- a/.github/workflows/updater.yaml +++ b/.github/workflows/updater.yaml @@ -11,13 +11,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }} - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.8.0 + uses: saadmk11/github-actions-version-updater@v0.8.1 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }}