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 timeout-minutes : 30
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717
1818 - name : Set up Python
1919 uses : actions/setup-python@v5
4545 runs-on : ubuntu-latest
4646 steps :
4747 - name : Checkout Actions Repository
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v6
4949 - name : Spell Check Repo
5050 uses : crate-ci/typos@v1.35.5
5151
5454 runs-on : ubuntu-latest
5555 timeout-minutes : 30
5656 steps :
57- - uses : actions/checkout@v4
57+ - uses : actions/checkout@v6
5858
5959 - name : Set up Python
6060 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout example service
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Set up Python
2020 uses : actions/setup-python@v5
@@ -36,13 +36,13 @@ jobs:
3636 echo "Service started with PID $(cat service.pid)"
3737
3838 - name : Checkout oicana repository (for Bruno tests)
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v6
4040 with :
4141 repository : oicana/oicana
4242 path : oicana
4343
4444 - name : Setup Node.js for Bruno CLI
45- uses : actions/setup-node@v4
45+ uses : actions/setup-node@v5
4646 with :
4747 node-version : ' 20'
4848
You can’t perform that action at this time.
0 commit comments