From 2b5bdd2273f5619f328ef7437a5050349aa488e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:33:51 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/setup-github.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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