diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35ccc44..05c447b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: extension_name: ${{steps.version.outputs.repo}}-${{steps.version.outputs.beta}}.vsix steps: - name: Checkout code - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 889680b..b3af9ee 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -43,7 +43,7 @@ jobs: contains(github.event.pull_request.labels.*.name, 'prepare-release') steps: - name: Checkout code - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.1.7 with: ref: ${{ env.BASE_BRANCH }} fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 971d115..92441c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0