File tree Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Set up Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ' 3.11'
2525
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout Code
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 2
3030
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Check for Copybara commits and close PRs
28- uses : actions/github-script@v7
28+ uses : actions/github-script@v8
2929 with :
3030 github-token : ${{ secrets.ADK_TRIAGE_AGENT }}
3131 script : |
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.11'
2424
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626
2727 steps :
2828 - name : Checkout code
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 fetch-depth : 2
3232
3333 - name : Set up Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ' 3.x'
3737
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424
2525 - name : Set up Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ' 3.11'
2929
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626
2727 steps :
2828 - name : Checkout code
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 fetch-depth : 2
3232
3333 - name : Set up Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ' 3.x'
3737
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929
3030 steps :
3131 - name : Checkout code
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333
3434 - name : Set up Python ${{ matrix.python-version }}
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Set up Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ' 3.11'
2727
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Clone adk-docs repository
1919 run : git clone https://github.com/google/adk-docs.git /tmp/adk-docs
2222 run : git clone https://github.com/google/adk-python.git /tmp/adk-python
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ' 3.11'
2828
You can’t perform that action at this time.
0 commit comments