diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index be81fa8a8..ea470c477 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -40,7 +40,7 @@ jobs: shell: pwsh steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Cache NuGet packages uses: actions/cache@v4 @@ -94,7 +94,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Cache NuGet packages uses: actions/cache@v4 @@ -141,7 +141,7 @@ jobs: shell: pwsh steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Cache NuGet packages uses: actions/cache@v4 diff --git a/.github/workflows/sync-configurable-files.yml b/.github/workflows/sync-configurable-files.yml index 531abee15..9a19c6446 100644 --- a/.github/workflows/sync-configurable-files.yml +++ b/.github/workflows/sync-configurable-files.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout current repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.SYNC_PAT || secrets.GITHUB_TOKEN }} fetch-depth: 0