File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 - name : Set up Poetry
1818 uses : Gr1N/setup-poetry@v9
1919 with :
Original file line number Diff line number Diff line change 3636
3737 # Custom steps to fetch the PR and checkout the code:
3838 - name : Checkout Airbyte
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 with :
4141 # Important that this is set so that CI checks are triggered again
4242 # Without this we would be forever waiting on required checks to pass
Original file line number Diff line number Diff line change 3333
3434 # Custom steps to fetch the PR and checkout the code:
3535 - name : Checkout Airbyte
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 # Important that this is set so that CI checks are triggered again
3939 # Without this we would be forever waiting on required checks to pass
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 - name : Set up Poetry
2020 uses : Gr1N/setup-poetry@v9
2121 with :
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout code
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 - name : Set up Poetry
3737 uses : Gr1N/setup-poetry@v9
3838 with :
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818 - uses : hynek/build-and-inspect-python-package@v2
Original file line number Diff line number Diff line change 1616 steps :
1717 # Common steps:
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 - name : Set up Poetry
2121 uses : Gr1N/setup-poetry@v9
2222 with :
3939 steps :
4040 # Common steps:
4141 - name : Checkout code
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343 - name : Set up Poetry
4444 uses : Gr1N/setup-poetry@v9
4545 with :
6262 steps :
6363 # Common steps:
6464 - name : Checkout code
65- uses : actions/checkout@v4
65+ uses : actions/checkout@v5
6666 - name : Set up Poetry
6767 uses : Gr1N/setup-poetry@v9
6868 with :
Original file line number Diff line number Diff line change 2626 steps :
2727 # Common steps:
2828 - name : Checkout code
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - name : Set up Poetry
3131 uses : Gr1N/setup-poetry@v9
3232 with :
8888 steps :
8989 # Common steps:
9090 - name : Checkout code
91- uses : actions/checkout@v4
91+ uses : actions/checkout@v5
9292 - name : Set up Poetry
9393 uses : Gr1N/setup-poetry@v9
9494 with :
@@ -163,7 +163,7 @@ jobs:
163163 steps :
164164 # Common steps:
165165 - name : Checkout code
166- uses : actions/checkout@v4
166+ uses : actions/checkout@v5
167167 - name : Set up Poetry
168168 uses : Gr1N/setup-poetry@v9
169169 with :
@@ -225,7 +225,7 @@ jobs:
225225 runs-on : ubuntu-latest
226226 steps :
227227 - name : Checkout code
228- uses : actions/checkout@v4
228+ uses : actions/checkout@v5
229229 - name : Set up Python
230230 uses : actions/setup-python@v5
231231 with :
Original file line number Diff line number Diff line change 8686 private-key : ${{ secrets.OCTAVIA_BOT_PRIVATE_KEY }}
8787
8888 - name : Checkout PR
89- uses : actions/checkout@v4
89+ uses : actions/checkout@v5
9090 with :
9191 token : ${{ secrets.GITHUB_TOKEN }}
9292 ref : ${{ needs.start-workflow.outputs.commit-sha }}
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-24.04
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : Resolve workflow variables
3333 id : vars
You can’t perform that action at this time.
0 commit comments