diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8a732c..c73eeea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: contents: read steps: - name: Check out the repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: true - name: Build extension @@ -67,7 +67,7 @@ jobs: needs: [build-n-upload-vsext] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: true - name: Download artifacts @@ -92,7 +92,7 @@ jobs: needs: [build-n-upload-vsext] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: true - name: Log in to Docker Hub