From 91652d421603672370bb2f038de7797a5922fc1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:16:00 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7. - [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/v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/psgallery-watch.yml | 2 +- .github/workflows/publish-psgallery.yml | 2 +- .github/workflows/ready-for-approval.yml | 2 +- .github/workflows/service-healthcheck.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/psgallery-watch.yml b/.github/workflows/psgallery-watch.yml index f987af0..b0fec2f 100644 --- a/.github/workflows/psgallery-watch.yml +++ b/.github/workflows/psgallery-watch.yml @@ -34,7 +34,7 @@ jobs: watch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Porownaj wersje i odczytaj pobrania id: sprawdz diff --git a/.github/workflows/publish-psgallery.yml b/.github/workflows/publish-psgallery.yml index 0ef0341..8a83624 100644 --- a/.github/workflows/publish-psgallery.yml +++ b/.github/workflows/publish-psgallery.yml @@ -39,7 +39,7 @@ jobs: run: shell: pwsh steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 # Limit egzekwowany cudzym formularzem sprawdza sie u siebie - mechanika 4. # Gallery odrzuca skrypt bez poprawnego bloku PSScriptInfo, a komunikat diff --git a/.github/workflows/ready-for-approval.yml b/.github/workflows/ready-for-approval.yml index 571e0b6..13c982d 100644 --- a/.github/workflows/ready-for-approval.yml +++ b/.github/workflows/ready-for-approval.yml @@ -519,7 +519,7 @@ jobs: contents: read issues: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: actions/github-script@v9 with: script: | diff --git a/.github/workflows/service-healthcheck.yml b/.github/workflows/service-healthcheck.yml index 6f20d55..9194a70 100644 --- a/.github/workflows/service-healthcheck.yml +++ b/.github/workflows/service-healthcheck.yml @@ -61,7 +61,7 @@ jobs: # tools/build-uptime-card.py is read from here; the publishing step # itself works in a temporary clone of the orphan `status` branch, which # does not contain it. - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Check TCP + TLS connectivity id: check