Skip to content

Commit 2b73f2b

Browse files
authored
Merge pull request #289 from instructlab/dependabot/github_actions/actions/checkout-4.2.0
build(deps): bump actions/checkout from 4.1.7 to 4.2.0
2 parents 10e4a59 + dc9207d commit 2b73f2b

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/actionlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3737

3838
- name: "Checkout"
39-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4040
with:
4141
fetch-depth: 0
4242

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3939
- name: "Checkout"
40-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4141
with:
4242
fetch-depth: 0
4343
- name: "Check Markdown documents"

.github/workflows/e2e-nvidia-a10g-x4.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
56+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5757
with:
5858
fetch-depth: 0
5959

.github/workflows/e2e-nvidia-t4-x1.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ jobs:
8383
ls -l
8484
8585
- name: Checkout instructlab/instructlab
86-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
86+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
8787
with:
8888
repository: "instructlab/instructlab"
8989
path: "instructlab"
9090
fetch-depth: 0
9191

9292
- name: Checkout instructlab/sdg
93-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
93+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
9494
with:
9595
repository: "instructlab/sdg"
9696
path: "sdg"

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
6969

7070
- name: "Checkout"
71-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
71+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7272
with:
7373
# https://github.com/actions/checkout/issues/249
7474
fetch-depth: 0

.github/workflows/pypi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444

4545
- name: "Checkout"
46-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4747
with:
4848
# for setuptools-scm
4949
fetch-depth: 0

.github/workflows/spellcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3838

3939
- name: "Checkout"
40-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4141
with:
4242
fetch-depth: 0
4343

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
5757

5858
- name: Checkout
59-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
59+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6060
with:
6161
# https://github.com/actions/checkout/issues/249
6262
fetch-depth: 0

0 commit comments

Comments
 (0)