Skip to content

Commit 9c17062

Browse files
chore(deps): update minor dependency updates
1 parent 3eb3597 commit 9c17062

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Install helm
8585
if: steps.changed-files.outputs.any_changed == 'true'
86-
uses: azure/setup-helm@v3.4
86+
uses: azure/setup-helm@v3.5
8787
with:
8888
token: ${{ secrets.GITHUB_TOKEN }}
8989

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v3
3131

3232
- name: Download npm package from release artifacts
33-
uses: robinraju/release-downloader@v1.6
33+
uses: robinraju/release-downloader@v1.7
3434
with:
3535
repository: "coder/code-server"
3636
tag: ${{ github.event.inputs.version || github.ref_name }}
@@ -178,7 +178,7 @@ jobs:
178178
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
179179
180180
- name: Download release artifacts
181-
uses: robinraju/release-downloader@v1.6
181+
uses: robinraju/release-downloader@v1.7
182182
with:
183183
repository: "coder/code-server"
184184
tag: v${{ env.VERSION }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint-import-resolver-typescript": "^3.5.2",
6262
"eslint-plugin-import": "^2.26.0",
6363
"eslint-plugin-prettier": "^4.2.1",
64-
"prettier": "2.8.0",
64+
"prettier": "2.8.1",
6565
"prettier-plugin-sh": "^0.12.8",
6666
"ts-node": "^10.0.0",
6767
"typescript": "^4.6.2"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2775,10 +2775,10 @@ prettier-plugin-sh@^0.12.8:
27752775
sh-syntax "^0.3.6"
27762776
synckit "^0.8.1"
27772777

2778-
2779-
version "2.8.0"
2780-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0.tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9"
2781-
integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==
2778+
2779+
version "2.8.1"
2780+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.1.tgz#4e1fd11c34e2421bc1da9aea9bd8127cd0a35efc"
2781+
integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==
27822782

27832783
proxy-addr@~2.0.5:
27842784
version "2.0.6"

0 commit comments

Comments
 (0)