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

Commit d1c4f70

Browse files
Update actions/checkout action to v4.3.1
1 parent 59d3840 commit d1c4f70

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.0.0
29+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.0.0
76+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
7777
with:
7878
submodules: recursive
7979
clean: true

0 commit comments

Comments
 (0)