File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Check out the repository
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030
3131 - name : Install Poetry
3232 run : |
3535 poetry --version
3636
3737 - name : Set up Python
38- uses : actions/setup-python@v6.0 .0
38+ uses : actions/setup-python@v6.1 .0
3939 with :
4040 python-version : " 3.12"
4141 cache : " poetry"
Original file line number Diff line number Diff line change 1717 contents : read
1818 steps :
1919 - name : Check out the repository
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121
2222 - name : Run Labeler
2323 uses : crazy-max/ghaction-github-labeler@v5.3.0
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 pull-requests : read
1717 steps :
1818 - name : Check out the repository
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 2
2222
2323 - name : Set up Python
24- uses : actions/setup-python@v6.0 .0
24+ uses : actions/setup-python@v6.1 .0
2525 with :
2626 python-version : " 3.12"
2727
Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ jobs:
4343
4444 steps :
4545 - name : Check out the repository
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747
4848 - name : Set up Python ${{ matrix.python }}
49- uses : actions/setup-python@v6.0 .0
49+ uses : actions/setup-python@v6.1 .0
5050 with :
5151 python-version : ${{ matrix.python }}
5252
@@ -125,12 +125,12 @@ jobs:
125125 needs : tests
126126 steps :
127127 - name : Check out the repository
128- uses : actions/checkout@v5
128+ uses : actions/checkout@v6
129129 with :
130130 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
131131
132132 - name : Set up Python
133- uses : actions/setup-python@v6.0 .0
133+ uses : actions/setup-python@v6.1 .0
134134 with :
135135 python-version : " 3.13"
136136
You can’t perform that action at this time.
0 commit comments