Archived
1
0

chore(deps): update minor dependency updates (#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-11-09 14:03:07 -07:00
committed by GitHub
parent b978655c07
commit c885c96644
5 changed files with 11 additions and 11 deletions

View File

@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v3
- name: Download npm package from release artifacts
uses: robinraju/release-downloader@v1.5
uses: robinraju/release-downloader@v1.6
with:
repository: "coder/code-server"
tag: ${{ github.event.inputs.version || github.ref_name }}
@ -174,7 +174,7 @@ jobs:
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
- name: Download release artifacts
uses: robinraju/release-downloader@v1.5
uses: robinraju/release-downloader@v1.6
with:
repository: "coder/code-server"
tag: v${{ env.VERSION }}