Skip to content

Commit 3bbabdc

Browse files
authored
chore(deps): fix actions/checkout versions in comments (#268)
Because these GitHub Actions did not have the latest version tags, Dependabot had failed to correctly update the version tags in comments. Signed-off-by: behnazh-w <[email protected]>
1 parent 12e40bd commit 3bbabdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_build_docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828

2929
- name: Check out repository
30-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.1.0
30+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3131
with:
3232
fetch-depth: 0
3333

.github/workflows/build_base_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020

2121
- name: Check out repository
22-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.1.0
22+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
2323
with:
2424
fetch-depth: 0
2525

0 commit comments

Comments
 (0)