From 677e4d33c8c22f03ba6344be12f0e750d6302b8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:29:45 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to a5ac7e5 (#2670) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `44c2b7a` -> `a5ac7e5` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fwouts/previewjs). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release-cli.yaml | 2 +- .github/workflows/release-components.yaml | 2 +- .github/workflows/release-intellij-plugin.yaml | 2 +- .github/workflows/release-vscode-extension.yaml | 2 +- .github/workflows/release-vscodium-extension.yaml | 2 +- .github/workflows/test-app-e2e.yaml | 2 +- .github/workflows/test-cli.yaml | 2 +- .github/workflows/test-core-components.yaml | 2 +- .github/workflows/test-intellij.yaml | 2 +- .github/workflows/test-vite-ecosystem-ci.yaml | 2 +- .github/workflows/test-vscode.yaml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release-cli.yaml b/.github/workflows/release-cli.yaml index c36b0ba0277..0b1a7afdfc0 100644 --- a/.github/workflows/release-cli.yaml +++ b/.github/workflows/release-cli.yaml @@ -14,7 +14,7 @@ jobs: matrix: node-version: [18.x] steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: diff --git a/.github/workflows/release-components.yaml b/.github/workflows/release-components.yaml index 667ded43936..9b64640778b 100644 --- a/.github/workflows/release-components.yaml +++ b/.github/workflows/release-components.yaml @@ -13,7 +13,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: 18.x diff --git a/.github/workflows/release-intellij-plugin.yaml b/.github/workflows/release-intellij-plugin.yaml index 2da70ea58df..405d9c0943d 100644 --- a/.github/workflows/release-intellij-plugin.yaml +++ b/.github/workflows/release-intellij-plugin.yaml @@ -18,7 +18,7 @@ jobs: matrix: node-version: [18.x] steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: diff --git a/.github/workflows/release-vscode-extension.yaml b/.github/workflows/release-vscode-extension.yaml index f8d5e45c0de..63cbce4f03a 100644 --- a/.github/workflows/release-vscode-extension.yaml +++ b/.github/workflows/release-vscode-extension.yaml @@ -18,7 +18,7 @@ jobs: matrix: node-version: [18.x] steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: diff --git a/.github/workflows/release-vscodium-extension.yaml b/.github/workflows/release-vscodium-extension.yaml index 240e6a3a090..321897fa0a9 100644 --- a/.github/workflows/release-vscodium-extension.yaml +++ b/.github/workflows/release-vscodium-extension.yaml @@ -18,7 +18,7 @@ jobs: matrix: node-version: [18.x] steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: diff --git a/.github/workflows/test-app-e2e.yaml b/.github/workflows/test-app-e2e.yaml index 224e6b496cf..a41edd2e675 100644 --- a/.github/workflows/test-app-e2e.yaml +++ b/.github/workflows/test-app-e2e.yaml @@ -41,7 +41,7 @@ jobs: os: ubuntu-22.04 group: 3 steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: diff --git a/.github/workflows/test-cli.yaml b/.github/workflows/test-cli.yaml index d3d73ea8c46..918e72ca34a 100644 --- a/.github/workflows/test-cli.yaml +++ b/.github/workflows/test-cli.yaml @@ -26,7 +26,7 @@ jobs: node-version: [18.x] os: [ubuntu-latest] steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: diff --git a/.github/workflows/test-core-components.yaml b/.github/workflows/test-core-components.yaml index ae610d560e6..0df49544945 100644 --- a/.github/workflows/test-core-components.yaml +++ b/.github/workflows/test-core-components.yaml @@ -30,7 +30,7 @@ jobs: node-version: [18.x] os: [ubuntu-latest] steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: diff --git a/.github/workflows/test-intellij.yaml b/.github/workflows/test-intellij.yaml index 4db321ce35e..8eb56dd06ad 100644 --- a/.github/workflows/test-intellij.yaml +++ b/.github/workflows/test-intellij.yaml @@ -26,7 +26,7 @@ jobs: node-version: [18.x] os: [ubuntu-latest] steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: diff --git a/.github/workflows/test-vite-ecosystem-ci.yaml b/.github/workflows/test-vite-ecosystem-ci.yaml index 5e2d46b8c73..a7c01eddeba 100644 --- a/.github/workflows/test-vite-ecosystem-ci.yaml +++ b/.github/workflows/test-vite-ecosystem-ci.yaml @@ -32,7 +32,7 @@ jobs: node-version: [18.x] os: [ubuntu-latest] steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: diff --git a/.github/workflows/test-vscode.yaml b/.github/workflows/test-vscode.yaml index 750cd925374..7632387da2a 100644 --- a/.github/workflows/test-vscode.yaml +++ b/.github/workflows/test-vscode.yaml @@ -26,7 +26,7 @@ jobs: node-version: [18.x] os: [ubuntu-latest] steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: