Skip to content

Commit d09bffd

Browse files
authored
fix: correct version number for actions/checkout (#5968)
fix: Update version number in github-actions
1 parent b14abac commit d09bffd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: echo C:\Program Files\Git\usr\bin>>"%GITHUB_PATH%"
6161

6262
- name: Git Checkout
63-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
63+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6464
with:
6565
# Since we checkout the HEAD of the current Branch, if the Pull Request comes from a Fork
6666
# we want to clone the fork's repository instead of the base repository

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
egress-policy: audit
2727

2828
- name: Git Checkout
29-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.5
29+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
3030

3131
- name: Review Dependencies
3232
uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0

.github/workflows/lint-and-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Git Checkout
64-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
64+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6565
with:
6666
# Since we checkout the HEAD of the current Branch, if the Pull Request comes from a Fork
6767
# we want to clone the fork's repository instead of the base repository
@@ -169,7 +169,7 @@ jobs:
169169

170170
steps:
171171
- name: Git Checkout
172-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
172+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
173173
with:
174174
# Since we checkout the HEAD of the current Branch, if the Pull Request comes from a Fork
175175
# we want to clone the fork's repository instead of the base repository

.github/workflows/translations-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Git Checkout
59-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
59+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6060
with:
6161
# By default Git Checkout on `pull-request-target` will checkout
6262
# the `default` branch of the Pull Request. We want to checkout

0 commit comments

Comments
 (0)