File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : " Checkout"
33- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434 with :
3535 fetch-depth : 0
3636
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1818
1919 - name : Checkout "update-constraints" in-house CI action
20- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121 with :
2222 repository : instructlab/ci-actions
2323 path : ci-actions
Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : " Checkout"
36- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737 with :
3838 fetch-depth : 0
3939 - name : " Check Markdown documents"
Original file line number Diff line number Diff line change 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050 with :
5151 repository : instructlab/ci-actions
5252 # clone the "ci-actions" repo to a local directory called "ci-actions", instead of
@@ -119,14 +119,14 @@ jobs:
119119 sudo dnf install -y gcc gcc-c++ make git python3.11 python3.11-devel
120120
121121 - name : Checkout instructlab/instructlab
122- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
122+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
123123 with :
124124 repository : " instructlab/instructlab"
125125 path : " instructlab"
126126 fetch-depth : 0
127127
128128 - name : Checkout instructlab/eval
129- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
129+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
130130 with :
131131 repository : " instructlab/eval"
132132 path : " eval"
Original file line number Diff line number Diff line change 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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 python3.11 python3.11-devel
9696
9797 - name : Checkout instructlab/instructlab
98- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
98+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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/eval
106- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
106+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
107107 with :
108108 repository : " instructlab/eval"
109109 path : " eval"
Original file line number Diff line number Diff line change 6060 tox -e mypy
6161 steps :
6262 - name : " Checkout"
63- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6464 with :
6565 # https://github.com/actions/checkout/issues/249
6666 fetch-depth : 0
Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : " Checkout"
40- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4141 with :
4242 # for setuptools-scm
4343 fetch-depth : 0
Original file line number Diff line number Diff line change 5555 platform : " macos-latest"
5656 steps :
5757 - name : Checkout
58- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5959 with :
6060 # https://github.com/actions/checkout/issues/249
6161 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments