diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index c40f4819..af91cbca 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d864612..ca4f09d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 - uses: pre-commit/action@v3.0.1 core: @@ -58,12 +58,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout asdf-standard - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 path: asdf-standard - name: Checkout asdf-dev - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 repository: asdf-format/asdf diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 896c7ae2..f321373f 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -81,13 +81,13 @@ jobs: test_command: pytest steps: - name: Checkout asdf-standard - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: true path: asdf-standard - name: Checkout ${{ matrix.package_name }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 repository: ${{ matrix.repository }}