Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
/ www-site-v2 Public archive

Commit 435de8d

Browse files
authored
Merge pull request #6 from dimension-sh/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 8db48fa + b8bbb4b commit 435de8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Dart Sass
2424
run: sudo snap install dart-sass
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
submodules: recursive
2929
fetch-depth: 0

0 commit comments

Comments
 (0)