diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae17db1..f1de24c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: image: fedora:43 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Compute cache week id: week @@ -76,7 +76,7 @@ jobs: container: image: fedora:43 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install minimal deps run: dnf install -y --setopt=install_weak_deps=False make yq - name: check-versions-all diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 5e1a9ba..0cab379 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -12,7 +12,7 @@ jobs: name: Conventional Commits runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # commitlint needs the full PR range to lint every commit. fetch-depth: 0