File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 poetry --version
3636
3737 - name : Set up Python
38- uses : actions/setup-python@v5.4 .0
38+ uses : actions/setup-python@v5.6 .0
3939 with :
4040 python-version : " 3.12"
4141 cache : " poetry"
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v4
2121
2222 - name : Run Labeler
23- uses : crazy-max/ghaction-github-labeler@v5.0 .0 # Use this version until https://github.com/crazy-max/ghaction-github-labeler/issues/221 is fixed
23+ uses : crazy-max/ghaction-github-labeler@v5.3 .0 # Use this version until https://github.com/crazy-max/ghaction-github-labeler/issues/221 is fixed
2424 with :
2525 skip-delete : true
Original file line number Diff line number Diff line change 2121 fetch-depth : 2
2222
2323 - name : Set up Python
24- uses : actions/setup-python@v5.4 .0
24+ uses : actions/setup-python@v5.6 .0
2525 with :
2626 python-version : " 3.12"
2727
Original file line number Diff line number Diff line change 3838 uses : actions/checkout@v4
3939
4040 - name : Set up Python ${{ matrix.python }}
41- uses : actions/setup-python@v5.4 .0
41+ uses : actions/setup-python@v5.6 .0
4242 with :
4343 python-version : ${{ matrix.python }}
4444
@@ -122,7 +122,7 @@ jobs:
122122 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
123123
124124 - name : Set up Python
125- uses : actions/setup-python@v5.4 .0
125+ uses : actions/setup-python@v5.6 .0
126126 with :
127127 python-version : " 3.10"
128128
You can’t perform that action at this time.
0 commit comments