diff --git a/.github/workflows/clean-cache.yml b/.github/workflows/clean-cache.yml index 52fa4e8..48b6ad1 100644 --- a/.github/workflows/clean-cache.yml +++ b/.github/workflows/clean-cache.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Cleanup run: | diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 0b00fea..251f892 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Not needed if lastUpdated is not enabled # - uses: pnpm/action-setup@v3 # Uncomment this block if you're using pnpm diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 8d4dcf7..0415bd2 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -7,6 +7,6 @@ jobs: name: reuse runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: REUSE Compliance Check uses: fsfe/reuse-action@v6