diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2246b7..69c017a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: id-token: write if: ${{ github.repository }} == 'stac-utils/stac-api-validator' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python 3.x uses: actions/setup-python@v6 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b095c03..689099c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: - { python: "3.14", os: "macos-latest" } steps: - name: Check out the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install uv uses: astral-sh/setup-uv@v7 with: @@ -45,7 +45,7 @@ jobs: needs: tests steps: - name: Check out the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install uv uses: astral-sh/setup-uv@v7 with: @@ -66,7 +66,7 @@ jobs: needs: tests steps: - name: Check out the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install uv uses: astral-sh/setup-uv@v7 with: