mirror of
https://github.com/fluencelabs/aqua-vscode
synced 2025-05-29 08:01:20 +00:00
chore(deps): update all github-actions (#103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ab0ddf6623
commit
6b628c0df2
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install jq
|
- name: Install jq
|
||||||
run: sudo apt-get update && sudo apt-get --yes --force-yes install jq
|
run: sudo apt-get update && sudo apt-get --yes --force-yes install jq
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
yarn version --new-version ${{ env.FINAL_VERSION }} --no-git-tag-version
|
yarn version --new-version ${{ env.FINAL_VERSION }} --no-git-tag-version
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '18'
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
vsce publish -p ${{ secrets.VSCE_PAT }}
|
vsce publish -p ${{ secrets.VSCE_PAT }}
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user