Skip to content

Commit

Permalink
Use fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
glowredman committed Jan 1, 2024
1 parent bcf8d2e commit 72d9bc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
update-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- name: Set Ownership
run: git config --system --add safe.directory /wiki
run: git config --global --add safe.directory /wiki
- name: Sync Wiki
uses: joeizzard/action-wiki-sync@master
uses: joeizzard/action-wiki-sync@v1
with:
username: ${{ github.event.pusher.name }}
access_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 72d9bc7

Please sign in to comment.