diff --git a/.github/workflows/golden_autorift.yml b/.github/workflows/golden_autorift.yml index e7dcb7a..631123e 100644 --- a/.github/workflows/golden_autorift.yml +++ b/.github/workflows/golden_autorift.yml @@ -6,7 +6,7 @@ jobs: golden: runs-on: ubuntu-24.04-arm # TODO: revert to ubuntu-latest after fixing https://github.com/ASFHyP3/hyp3-testing/issues/128 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: mamba-org/setup-micromamba@v3 with: diff --git a/.github/workflows/golden_burst_insar.yml b/.github/workflows/golden_burst_insar.yml index 6fccac2..c575449 100644 --- a/.github/workflows/golden_burst_insar.yml +++ b/.github/workflows/golden_burst_insar.yml @@ -6,7 +6,7 @@ jobs: golden: runs-on: ubuntu-24.04-arm # TODO: revert to ubuntu-latest after fixing https://github.com/ASFHyP3/hyp3-testing/issues/128 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: mamba-org/setup-micromamba@v3 with: diff --git a/.github/workflows/golden_insar.yml b/.github/workflows/golden_insar.yml index af8484c..66db3e2 100644 --- a/.github/workflows/golden_insar.yml +++ b/.github/workflows/golden_insar.yml @@ -6,7 +6,7 @@ jobs: golden: runs-on: ubuntu-24.04-arm # TODO: revert to ubuntu-latest after fixing https://github.com/ASFHyP3/hyp3-testing/issues/128 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: mamba-org/setup-micromamba@v3 with: diff --git a/.github/workflows/golden_multiburst_insar.yml b/.github/workflows/golden_multiburst_insar.yml index e854ad7..482bd5f 100644 --- a/.github/workflows/golden_multiburst_insar.yml +++ b/.github/workflows/golden_multiburst_insar.yml @@ -6,7 +6,7 @@ jobs: golden: runs-on: ubuntu-24.04-arm # TODO: revert to ubuntu-latest after fixing https://github.com/ASFHyP3/hyp3-testing/issues/128 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: mamba-org/setup-micromamba@v3 with: diff --git a/.github/workflows/golden_opera_rtc_s1.yml b/.github/workflows/golden_opera_rtc_s1.yml index fbb405b..afd3ae6 100644 --- a/.github/workflows/golden_opera_rtc_s1.yml +++ b/.github/workflows/golden_opera_rtc_s1.yml @@ -9,7 +9,7 @@ jobs: golden: runs-on: ubuntu-24.04-arm # TODO: revert to ubuntu-latest after fixing https://github.com/ASFHyP3/hyp3-testing/issues/128 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: mamba-org/setup-micromamba@v3 with: diff --git a/.github/workflows/golden_rtc.yml b/.github/workflows/golden_rtc.yml index 63df794..101c000 100644 --- a/.github/workflows/golden_rtc.yml +++ b/.github/workflows/golden_rtc.yml @@ -6,7 +6,7 @@ jobs: golden: runs-on: ubuntu-24.04-arm # TODO: revert to ubuntu-latest after fixing https://github.com/ASFHyP3/hyp3-testing/issues/128 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: mamba-org/setup-micromamba@v3 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0731c52..a9683a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: pytest: runs-on: ubuntu-24.04-arm # TODO: revert to ubuntu-latest after fixing https://github.com/ASFHyP3/hyp3-testing/issues/128 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: mamba-org/setup-micromamba@v3 with: