Skip to content

Commit d5028b7

Browse files
authored
Merge pull request #4 from redcode-labs/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 3a99911 + bdb8a7d commit d5028b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
lint-and-validate:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313

1414
- name: Install PSScriptAnalyzer
1515
shell: pwsh

.github/workflows/url-liveness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
check-urls:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- name: Probe upstream URLs
1919
shell: pwsh

0 commit comments

Comments
 (0)