diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index ff71aff8e..ae34d3ecf 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup dotnet uses: actions/setup-dotnet@v5 diff --git a/.github/workflows/part-build.yml b/.github/workflows/part-build.yml index 1c3b539ee..0626da3c0 100644 --- a/.github/workflows/part-build.yml +++ b/.github/workflows/part-build.yml @@ -13,7 +13,7 @@ jobs: COALESCE_VERSION: ${{inputs.COALESCE_VERSION}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup dotnet uses: actions/setup-dotnet@v5 with: @@ -40,7 +40,7 @@ jobs: working-directory: playground/Coalesce.Web.Vue3 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-dotnet@v5 with: @@ -65,7 +65,7 @@ jobs: COALESCE_VERSION: ${{inputs.COALESCE_VERSION}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # setup-node and update npm are only here to preemptively test # the required install of npm@11 that's needed for OIDC npm publish @@ -113,7 +113,7 @@ jobs: COALESCE_VERSION: ${{inputs.COALESCE_VERSION}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: npm ci working-directory: ${{ github.workspace }} @@ -144,7 +144,7 @@ jobs: COALESCE_VERSION: ${{inputs.COALESCE_VERSION}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: npm ci working-directory: ${{ github.workspace }} @@ -172,7 +172,7 @@ jobs: working-directory: docs steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # fetch all commits to get last updated time or other git log info fetch-depth: 0 @@ -217,7 +217,7 @@ jobs: COALESCE_VERSION: ${{ inputs.COALESCE_VERSION }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup dotnet uses: actions/setup-dotnet@v5 diff --git a/.github/workflows/part-compute-version.yml b/.github/workflows/part-compute-version.yml index 73bc2ced0..3b44b9d62 100644 --- a/.github/workflows/part-compute-version.yml +++ b/.github/workflows/part-compute-version.yml @@ -20,7 +20,7 @@ jobs: COALESCE_VERSION: ${{ steps.version.outputs.COALESCE_VERSION }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: "Verify and set COALESCE_VERSION variable" id: version diff --git a/.github/workflows/part-template-build.yml b/.github/workflows/part-template-build.yml index 2b5b8ad00..6b140c750 100644 --- a/.github/workflows/part-template-build.yml +++ b/.github/workflows/part-template-build.yml @@ -21,7 +21,7 @@ jobs: COALESCE_VERSION: ${{inputs.COALESCE_VERSION}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup dotnet uses: actions/setup-dotnet@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ec127712..9e1f7107e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Extract changelog for current version if: ${{ !inputs.prereleaseSlug }}