diff --git a/.github/workflows/setup-github.yaml b/.github/workflows/setup-github.yaml index 71034b2..5f47392 100644 --- a/.github/workflows/setup-github.yaml +++ b/.github/workflows/setup-github.yaml @@ -10,7 +10,7 @@ jobs: GH_TOKEN: ${{ secrets.PAT_FROM_DRP }} # secrets.GITHUB_TOKEN steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup GitHub Pages for repository run: gh api -X POST /repos/${{ github.repository }}/pages --input .github/configurations/pages.json - name: Setup ruleset for repository