Skip to content

Commit f36f7d6

Browse files
authored
fix: usage of node12 which is deprecated (microsoft#335)
1 parent 83cdb0f commit f36f7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Get repo name
1616
run: R=${GITHUB_REPOSITORY%?wiki}; echo "BASENAME=${R##*/}" >> $GITHUB_ENV
1717
- name: Checkout ${{ env.BASENAME }}-wiki
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
with:
2020
repository: "${{ GITHUB.repository_owner }}/${{ env.BASENAME }}-wiki"
2121
token: ${{ secrets.TS_BOT_TOKEN }}

0 commit comments

Comments
 (0)