Skip to content

Commit

Permalink
fix: usage of node12 which is deprecated (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Jul 13, 2024
1 parent 83cdb0f commit f36f7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Get repo name
run: R=${GITHUB_REPOSITORY%?wiki}; echo "BASENAME=${R##*/}" >> $GITHUB_ENV
- name: Checkout ${{ env.BASENAME }}-wiki
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: "${{ GITHUB.repository_owner }}/${{ env.BASENAME }}-wiki"
token: ${{ secrets.TS_BOT_TOKEN }}
Expand Down

0 comments on commit f36f7d6

Please sign in to comment.