diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70bb5d2..7a199b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index c576ce4..0a71e10 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/interop.yml b/.github/workflows/interop.yml index 5c998d4..6d7a66d 100644 --- a/.github/workflows/interop.yml +++ b/.github/workflows/interop.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout twilic-java - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/invisible-chars.yml b/.github/workflows/invisible-chars.yml index 9659524..57e7d20 100644 --- a/.github/workflows/invisible-chars.yml +++ b/.github/workflows/invisible-chars.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout PR head - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/publish-maven.yml b/.github/workflows/publish-maven.yml index e8f52ce..8aaee5d 100644 --- a/.github/workflows/publish-maven.yml +++ b/.github/workflows/publish-maven.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false