diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index a4d361690f..0fc0473b36 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -10,7 +10,7 @@ jobs: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login != github.event.pull_request.base.repo.owner.login runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup DietPi-Globals run: | sudo mkdir -p /boot/dietpi/func diff --git a/.github/workflows/update_urls.yml b/.github/workflows/update_urls.yml index 20e72b45e7..99987846ea 100644 --- a/.github/workflows/update_urls.yml +++ b/.github/workflows/update_urls.yml @@ -21,7 +21,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: dev fetch-depth: 0