diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d6da07..a3174f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: matrix: ${{ steps.set.outputs.matrix }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Extract current & previous versions @@ -70,7 +70,7 @@ jobs: matrix: ${{ fromJSON(needs.determine-versions.outputs.matrix) }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set VS Code version env run: echo "VSCODE_VERSION=${{ matrix.vscode }}" >> $GITHUB_ENV @@ -188,7 +188,7 @@ jobs: VSCODE_VERSION: ${{ needs.determine-versions.outputs.current }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cb2e39..b319b44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/vscode-version-review.yml b/.github/workflows/vscode-version-review.yml index ce8f57c..c9b6708 100644 --- a/.github/workflows/vscode-version-review.yml +++ b/.github/workflows/vscode-version-review.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Extract pinned VS Code version id: pin