File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ jobs:
4242 - ' 3.12'
4343
4444 steps :
45- - uses : actions/checkout@v3
46- - uses : actions/setup-java@v3
45+ - uses : actions/checkout@v4
46+ - uses : actions/setup-java@v4
4747 with :
4848 distribution : ' temurin'
4949 java-version : ' 11'
5050 - name : Set up Python ${{ matrix.python-version }}
51- uses : actions/setup-python@v4
51+ uses : actions/setup-python@v5
5252 with :
5353 python-version : ${{ matrix.python-version }}
5454 - name : Pre-commit Checks
7373
7474 # Upload the packages on all develop and main pipleines for test consumption
7575 - name : Upload HTML Docs
76- uses : actions/upload-artifact@v3
76+ uses : actions/upload-artifact@v4
7777 with :
7878 name : packages
7979 path : ./dist/
Original file line number Diff line number Diff line change 3333 - ' 3.12'
3434
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737 - name : Set up Python ${{ matrix.python-version }}
38- uses : actions/setup-python@v4
38+ uses : actions/setup-python@v5
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141 - name : Review dependencies
You can’t perform that action at this time.
0 commit comments