Skip to content

Commit ee996bf

Browse files
Update actions/checkout action to v7 (#634)
* Update actions/checkout action to v7 * Update .github/workflows/hugo.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Edouard Choinière <27212526+echoix@users.noreply.github.com>
1 parent b9142b7 commit ee996bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install Dart Sass
4343
run: sudo snap install dart-sass
4444
- name: Checkout
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4646
with:
4747
submodules: recursive
4848
- name: Setup Pages

0 commit comments

Comments
 (0)