From ea78ba89dfcfd8cdb0452ec875735acd4bfa110a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:23:22 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/vsce-build-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vsce-build-publish.yml b/.github/workflows/vsce-build-publish.yml index d353d9c..e2818e6 100644 --- a/.github/workflows/vsce-build-publish.yml +++ b/.github/workflows/vsce-build-publish.yml @@ -19,7 +19,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dorny/paths-filter@v2 id: changes @@ -56,7 +56,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install dependencies run: npm install