Skip to content

Commit 9d82a40

Browse files
authored
Merge pull request #106 from owasp-modsecurity/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 020080c + 2c81e17 commit 9d82a40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
48+
uses: actions/checkout@v5
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@v4
32+
uses: actions/checkout@v5
3333
with:
3434
submodules: recursive
3535

0 commit comments

Comments
 (0)