diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 53d7836..11de605 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Git run: | git config --global url."https://user:${{ secrets.GITHUB_TOKEN }}@github".insteadOf https://github diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d422256..39c47f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run release script shell: pwsh run: ./eng/release.ps1