Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

Commit 4fa412a

Browse files
authored
Merge pull request #15 from oshp/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 8fd7294 + 95df1d5 commit 4fa412a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-tests-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Get yamllint and wake-up the mirror endpoint
1717
run: |
1818
sudo apt-get install -y curl wget yamllint

0 commit comments

Comments
 (0)