Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/psgallery-watch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-psgallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ready-for-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/service-healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading