File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 runs-on : ubuntu-slim
1717 steps :
1818 - name : Check out repo
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 - name : Set up Python
2121 uses : actions/setup-python@v6
2222 with :
2323 python-version : 3.14
2424 - name : Install dependencies
2525 run : python -m pip install pre-commit
2626 - name : Cache pre-commit environments
27- uses : actions/cache@v4
27+ uses : actions/cache@v5
2828 with :
2929 path : ~/.cache/pre-commit
3030 key : pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
5050 shell : bash
5151 steps :
5252 - name : Check out repo
53- uses : actions/checkout@v5
53+ uses : actions/checkout@v6
5454 - name : Install Java
5555 uses : actions/setup-java@v5
5656 with :
@@ -118,7 +118,7 @@ jobs:
118118 contents : write
119119 steps :
120120 - name : Check out repo
121- uses : actions/checkout@v5
121+ uses : actions/checkout@v6
122122 - name : Download artifacts
123123 uses : actions/download-artifact@v8
124124 with :
You can’t perform that action at this time.
0 commit comments