Skip to content

Commit 690311c

Browse files
authored
Merge pull request #122 from owasp-modsecurity/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents 0e66c72 + 28482e6 commit 690311c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install Dart Sass
4646
run: sudo snap install dart-sass
4747
- name: Checkout
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949
with:
5050
submodules: recursive
5151

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: sudo snap install dart-sass
3030

3131
- name: Checkout
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
submodules: recursive
3535

0 commit comments

Comments
 (0)