File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Check out repo
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.13'
2424 - name : Run pre-commit hooks
4343 shell : bash
4444 steps :
4545 - name : Check out repo
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747 - name : Install Java
48- uses : actions/setup-java@v4
48+ uses : actions/setup-java@v5
4949 with :
5050 distribution : oracle
5151 java-version : ${{ matrix.java }}
@@ -111,9 +111,9 @@ jobs:
111111 contents : write
112112 steps :
113113 - name : Check out repo
114- uses : actions/checkout@v4
114+ uses : actions/checkout@v5
115115 - name : Download artifacts
116- uses : actions/download-artifact@v4
116+ uses : actions/download-artifact@v5
117117 with :
118118 pattern : ${{ needs.build.outputs.dist-base }}
119119 merge-multiple : true
You can’t perform that action at this time.
0 commit comments