diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ecb67980c0d5..9e94a12171fc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -83,7 +83,7 @@ jobs: - name: Install helm if: steps.changed-files.outputs.any_changed == 'true' - uses: azure/setup-helm@v3.4 + uses: azure/setup-helm@v3.5 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3e1ec567df40..4cf8c8ee44a4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v3 - name: Download npm package from release artifacts - uses: robinraju/release-downloader@v1.6 + uses: robinraju/release-downloader@v1.7 with: repository: "coder/code-server" tag: ${{ github.event.inputs.version || github.ref_name }} @@ -178,7 +178,7 @@ jobs: echo "VERSION=${TAG#v}" >> $GITHUB_ENV - name: Download release artifacts - uses: robinraju/release-downloader@v1.6 + uses: robinraju/release-downloader@v1.7 with: repository: "coder/code-server" tag: v${{ env.VERSION }} diff --git a/package.json b/package.json index 1f9fa0b041a5..6099d7f44c4d 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", - "prettier": "2.8.0", + "prettier": "2.8.1", "prettier-plugin-sh": "^0.12.8", "ts-node": "^10.0.0", "typescript": "^4.6.2" diff --git a/yarn.lock b/yarn.lock index ea0dd188838c..26d92166ec08 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2775,10 +2775,10 @@ prettier-plugin-sh@^0.12.8: sh-syntax "^0.3.6" synckit "^0.8.1" -prettier@2.8.0: - version "2.8.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0.tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9" - integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA== +prettier@2.8.1: + version "2.8.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.1.tgz#4e1fd11c34e2421bc1da9aea9bd8127cd0a35efc" + integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg== proxy-addr@~2.0.5: version "2.0.6"