File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 build-and-test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616
1717 - name : Set up Python 3.13
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : 3.13
2121
@@ -37,10 +37,10 @@ jobs:
3737 static-analysis :
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v6
4141
4242 - name : Set up Python 3.13
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : 3.13
4646
@@ -62,10 +62,10 @@ jobs:
6262 verify-azpysdk-checks :
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v6
6666
6767 - name : Set up Python 3.13
68- uses : actions/setup-python@v5
68+ uses : actions/setup-python@v6
6969 with :
7070 python-version : 3.13
7171
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515
1616 - name : Setup Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.10'
2020 cache : ' pip'
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : 3.11
2222
You can’t perform that action at this time.
0 commit comments