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

Commit 884d5a4

Browse files
build(deps): bump actions/checkout from 5.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent faa84ef commit 884d5a4

9 files changed

Lines changed: 17 additions & 17 deletions

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: "Checkout"
36-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3737
with:
3838
fetch-depth: 0
3939

.github/workflows/constraints-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1818

1919
- name: Checkout "update-constraints" in-house CI action
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2121
with:
2222
repository: instructlab/ci-actions
2323
path: ci-actions

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ec2-instance-region: ${{ steps.launch-ec2-instance-with-fallback.outputs.ec2-instance-region }}
4747
steps:
4848
- name: Checkout "launch-ec2-runner-with-fallback" in-house CI action
49-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5050
with:
5151
repository: instructlab/ci-actions
5252
# clone the "ci-actions" repo to a local directory called "ci-actions", instead of
@@ -132,15 +132,15 @@ jobs:
132132
echo "$RETRY_TIMEOUT_SECONDS" > "/sys/fs/xfs/$ROOT_DEV/error/metadata/ENOSPC/retry_timeout_seconds"
133133
134134
- name: Checkout instructlab/instructlab
135-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
135+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
136136
with:
137137
repository: "instructlab/instructlab"
138138
path: "instructlab"
139139
# https://github.com/actions/checkout/issues/249
140140
fetch-depth: 0
141141

142142
- name: Checkout instructlab/sdg
143-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
143+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
144144
with:
145145
path: "sdg"
146146
# https://github.com/actions/checkout/issues/249

.github/workflows/e2e-nvidia-l40s-x4-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ec2-instance-region: ${{ steps.launch-ec2-instance-with-fallback.outputs.ec2-instance-region }}
2222
steps:
2323
- name: Checkout "launch-ec2-runner-with-fallback" in-house CI action
24-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2525
with:
2626
repository: instructlab/ci-actions
2727
# clone the "ci-actions" repo to a local directory called "ci-actions", instead of
@@ -92,7 +92,7 @@ jobs:
9292
sudo dnf install -y gcc gcc-c++ make git-core python3.11 python3.11-devel
9393
9494
- name: Checkout instructlab/instructlab
95-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
95+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9696
with:
9797
repository: "instructlab/instructlab"
9898
ref: ${{ env.LATEST_ILAB_RELEASE_BRANCH }}
@@ -101,7 +101,7 @@ jobs:
101101
fetch-depth: 0
102102

103103
- name: Checkout instructlab/sdg
104-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
104+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
105105
with:
106106
path: "sdg"
107107
ref: ${{ env.LATEST_SDG_RELEASE_BRANCH }}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ec2-instance-region: ${{ steps.launch-ec2-instance-with-fallback.outputs.ec2-instance-region }}
2525
steps:
2626
- name: Checkout "launch-ec2-runner-with-fallback" in-house CI action
27-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2828
with:
2929
repository: instructlab/ci-actions
3030
# clone the "ci-actions" repo to a local directory called "ci-actions", instead of
@@ -95,15 +95,15 @@ jobs:
9595
sudo dnf install -y gcc gcc-c++ make git-core python3.11 python3.11-devel
9696
9797
- name: Checkout instructlab/instructlab
98-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
98+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9999
with:
100100
repository: "instructlab/instructlab"
101101
path: "instructlab"
102102
# https://github.com/actions/checkout/issues/249
103103
fetch-depth: 0
104104

105105
- name: Checkout instructlab/sdg
106-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
106+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
107107
with:
108108
path: "sdg"
109109
# https://github.com/actions/checkout/issues/249

.github/workflows/functional-gpu-nvidia-t4-x1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ec2-instance-region: ${{ steps.launch-ec2-instance-with-fallback.outputs.ec2-instance-region }}
4747
steps:
4848
- name: Checkout "launch-ec2-runner-with-fallback" in-house CI action
49-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5050
with:
5151
repository: instructlab/ci-actions
5252
# clone the "ci-actions" repo to a local directory called "ci-actions", instead of
@@ -118,7 +118,7 @@ jobs:
118118
sudo dnf install -y gcc gcc-c++ make git python3.11 python3.11-devel
119119
120120
- name: Checkout instructlab/sdg
121-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
121+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
122122
with:
123123
# https://github.com/actions/checkout/issues/249
124124
fetch-depth: 0

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
tox -e validate-pipelines
6666
steps:
6767
- name: "Checkout"
68-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
68+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6969
with:
7070
# https://github.com/actions/checkout/issues/249
7171
fetch-depth: 0

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: "Checkout"
40-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4141
with:
4242
# for setuptools-scm
4343
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
platform: "macos-latest"
5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
59+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6060
with:
6161
# https://github.com/actions/checkout/issues/249
6262
fetch-depth: 0

0 commit comments

Comments
 (0)