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

Commit d2a9ab9

Browse files
Update actions/checkout action to v7
1 parent 837f5fd commit d2a9ab9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/metrics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
app_followup_svg: metrics/followup/app_followup.svg
2727
steps:
2828
- name: 📚 Git Checkout
29-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4.0.0
29+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3030
with:
3131
submodules: recursive
3232
clean: true
@@ -73,7 +73,7 @@ jobs:
7373
projects_svg: metrics/projects/projects.svg
7474
steps:
7575
- name: 📚 Git Checkout
76-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4.0.0
76+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7777
with:
7878
submodules: recursive
7979
clean: true

0 commit comments

Comments
 (0)