diff --git a/.github/workflows/semantic.yaml b/.github/workflows/semantic.yaml index e77df7e..cbd6712 100644 --- a/.github/workflows/semantic.yaml +++ b/.github/workflows/semantic.yaml @@ -43,7 +43,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -73,7 +73,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.SEMANTIC_RELEASE_TOKEN || secrets.GITHUB_TOKEN }}