diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index 38e7c5a4714..f3308f3b204 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@v4 + uses: actions/checkout@v5 - name: Compress Images id: calibre uses: calibreapp/image-actions@main diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index adeee615cce..e3fc6ff9ae5 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Setup Hugo diff --git a/.github/workflows/dotnet-examples.yml b/.github/workflows/dotnet-examples.yml index ad0fad7f95b..7aac5fa28a0 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@v4 + uses: actions/checkout@v5 - 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 d78c625faae..3dbcac8bf4a 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@v4 + uses: actions/checkout@v5 - 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 1a0ec55f7d3..350a833c9aa 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@v4 + uses: actions/checkout@v5 - 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 14183e2fa03..60f585f8437 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@v4 + uses: actions/checkout@v5 - 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 df36c74c6fa..ed6b65a9d63 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@v4 + - uses: actions/checkout@v5 - name: Label Commenter uses: peaceiris/actions-label-commenter@v1 diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index bf4b692d14c..355f790dada 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -16,7 +16,7 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }} steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Hugo uses: peaceiris/actions-hugo@v3 diff --git a/.github/workflows/python-examples.yml b/.github/workflows/python-examples.yml index c910df4b11c..275b46e569b 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@v4 + uses: actions/checkout@v5 - 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 71857ffa68c..4a693092d1a 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@v4 + uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e92e293f41e..c2feaa2ef74 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: