Skip to content

Commit a78a319

Browse files
authored
Merge pull request #139 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 a3a958b + 812434e commit a78a319

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3636

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

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
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-t4-x1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ jobs:
8181
ls -l
8282
8383
- name: Checkout instructlab/instructlab
84-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
84+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
8585
with:
8686
repository: "instructlab/instructlab"
8787
path: "instructlab"
8888
fetch-depth: 0
8989

9090
- name: Checkout instructlab/eval
91-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
91+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
9292
with:
9393
repository: "instructlab/eval"
9494
path: "eval"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
6464

6565
- name: "Checkout"
66-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
66+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6767
with:
6868
# https://github.com/actions/checkout/issues/249
6969
fetch-depth: 0

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4343

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

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)