diff --git a/.github/workflows/changelog-append.yml b/.github/workflows/changelog-append.yml index c5f997a..68b5e1e 100644 --- a/.github/workflows/changelog-append.yml +++ b/.github/workflows/changelog-append.yml @@ -56,7 +56,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # full history so the before..after range resolves token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b6a66a..f3d55b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: recursive @@ -124,7 +124,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/commit-msg-check.yml b/.github/workflows/commit-msg-check.yml index 228ea98..34a32bd 100644 --- a/.github/workflows/commit-msg-check.yml +++ b/.github/workflows/commit-msg-check.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 2 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/nightly-beta.yml b/.github/workflows/nightly-beta.yml index ec39dac..8cd2f32 100644 --- a/.github/workflows/nightly-beta.yml +++ b/.github/workflows/nightly-beta.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/nightly-tidy.yml b/.github/workflows/nightly-tidy.yml index 79929ee..b510400 100644 --- a/.github/workflows/nightly-tidy.yml +++ b/.github/workflows/nightly-tidy.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c85f72..a117859 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: recursive