diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index f3308f3b204..01ab5f46932 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -36,7 +36,7 @@ jobs: github.event.pull_request.head.repo.full_name == github.repository) steps: - name: Checkout Branch - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Compress Images id: calibre uses: calibreapp/image-actions@main diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 54afda84dcb..1cc8c91cdfc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup Hugo diff --git a/.github/workflows/dotnet-examples.yml b/.github/workflows/dotnet-examples.yml index 71df1ec936e..25baba0069d 100644 --- a/.github/workflows/dotnet-examples.yml +++ b/.github/workflows/dotnet-examples.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ format('{0}-latest', matrix.os) }} steps: - name: Checkout GitHub repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Remove driver directories Windows if: matrix.os == 'windows' run: | diff --git a/.github/workflows/java-examples.yml b/.github/workflows/java-examples.yml index b7db29fa45d..c5177634f48 100644 --- a/.github/workflows/java-examples.yml +++ b/.github/workflows/java-examples.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ format('{0}-latest', matrix.os) }} steps: - name: Checkout GitHub repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Remove driver directories Windows if: matrix.os == 'windows' run: | diff --git a/.github/workflows/js-examples.yml b/.github/workflows/js-examples.yml index 4b959ac3cac..357904a1d24 100644 --- a/.github/workflows/js-examples.yml +++ b/.github/workflows/js-examples.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ format('{0}-latest', matrix.os) }} steps: - name: Checkout GitHub repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Remove driver directories Windows if: matrix.os == 'windows' run: | diff --git a/.github/workflows/kotlin-examples.yml b/.github/workflows/kotlin-examples.yml index 83f9460e20c..9c692c8b36b 100644 --- a/.github/workflows/kotlin-examples.yml +++ b/.github/workflows/kotlin-examples.yml @@ -29,7 +29,7 @@ jobs: runs-on: ${{ format('{0}-latest', matrix.os) }} steps: - name: Checkout GitHub repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Remove driver directories Windows if: matrix.os == 'windows' run: | diff --git a/.github/workflows/label-commenter.yml b/.github/workflows/label-commenter.yml index ed6b65a9d63..f660e1bd6bd 100644 --- a/.github/workflows/label-commenter.yml +++ b/.github/workflows/label-commenter.yml @@ -13,6 +13,6 @@ jobs: comment: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Label Commenter uses: peaceiris/actions-label-commenter@v1 diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index c56f0485cf3..8b89990a31e 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -20,7 +20,7 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }} steps: - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Hugo uses: peaceiris/actions-hugo@v3 diff --git a/.github/workflows/python-examples.yml b/.github/workflows/python-examples.yml index 99679829496..3e874d05aca 100644 --- a/.github/workflows/python-examples.yml +++ b/.github/workflows/python-examples.yml @@ -47,7 +47,7 @@ jobs: runs-on: ${{ format('{0}-latest', matrix.os) }} steps: - name: Checkout GitHub repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Remove driver directories Windows if: matrix.os == 'windows' run: | diff --git a/.github/workflows/ruby-examples.yml b/.github/workflows/ruby-examples.yml index 1f679db4a41..2c67423dbbd 100644 --- a/.github/workflows/ruby-examples.yml +++ b/.github/workflows/ruby-examples.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ format('{0}-latest', matrix.os) }} steps: - name: Checkout GitHub repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Remove driver directories Windows if: matrix.os == 'windows' run: | @@ -115,7 +115,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout GitHub repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b99d7cf1bf5..0cf2f73798d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: