Skip to content

Commit

Permalink
update workflows for vscode 1.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
12101111 committed Jul 11, 2020
1 parent 94d73f0 commit 11392fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vscode-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: microsoft/vscode
ref: '1.46.0'
ref: '1.47.0'
path: vscode

- name: Setup nodejs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vscode-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: microsoft/vscode
ref: '1.46.0'
ref: '1.47.0'
path: vscode

- name: Setup nodejs
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Nodejs cache for vscode 1.46.0
release_name: Nodejs cache for vscode 1.47.0
prerelease: true

- name: Upload yarn offline cache
Expand Down

0 comments on commit 11392fb

Please sign in to comment.