Skip to content

Commit 242c6de

Browse files
authored
Merge branch 'main' into jsjoeio/fix-deps
2 parents 62ebd54 + 4e28081 commit 242c6de

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
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

@@ -430,7 +430,7 @@ jobs:
430430
./test/node_modules/.bin/playwright install
431431
432432
- name: Cache Caddy
433-
uses: actions/cache@v2
433+
uses: actions/cache@v3
434434
id: caddy-cache
435435
with:
436436
path: |

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
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 }}

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"vulnerabilityAlerts": {
1212
"enabled": "true"
1313
},
14-
"ignoreDeps": ["express"]
14+
"ignoreDeps": ["express", "ansi-regex", "env-paths", "limiter", "node", "prettier"]
1515
}

0 commit comments

Comments
 (0)