diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index ab787699..67d2060b 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -19,13 +19,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: ${{github.repository}} path: ${{github.repository}} - name: Checkout Wiki - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: ${{github.repository}}.wiki path: ${{github.repository}}.wiki