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 @@ -40,10 +40,10 @@ jobs:
4040
4141 steps :
4242 - name : Check out the repository
43- uses : actions/checkout@v5
43+ uses : actions/checkout@v6
4444
4545 - name : Set up Python ${{ matrix.python }}
46- uses : actions/setup-python@v6.0 .0
46+ uses : actions/setup-python@v6.1 .0
4747 with :
4848 python-version : ${{ matrix.python }}
4949
@@ -123,12 +123,12 @@ jobs:
123123 needs : tests
124124 steps :
125125 - name : Check out the repository
126- uses : actions/checkout@v5
126+ uses : actions/checkout@v6
127127 with :
128128 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
129129
130130 - name : Set up Python
131- uses : actions/setup-python@v6.0 .0
131+ uses : actions/setup-python@v6.1 .0
132132 with :
133133 python-version : " 3.11"
134134
You can’t perform that action at this time.
0 commit comments