File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 - " 313"
2929 runs-on : ${{ matrix.os }}
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232
3333 - uses : cachix/install-nix-action@v31
3434 with :
6464 - " 3.12"
6565 - " 3.13"
6666 steps :
67- - uses : actions/checkout@v5
67+ - uses : actions/checkout@v6
6868 - uses : actions/setup-python@v6
6969 with :
7070 python-version : ${{ matrix.python-version }}
7878 dry-run-release :
7979 runs-on : ubuntu-latest
8080 steps :
81- - uses : actions/checkout@v5
81+ - uses : actions/checkout@v6
8282 with :
8383 fetch-depth : 0
8484
@@ -114,7 +114,7 @@ jobs:
114114 app-id : ${{ secrets.APP_ID }}
115115 private-key : ${{ secrets.APP_PRIVATE_KEY }}
116116
117- - uses : actions/checkout@v5
117+ - uses : actions/checkout@v6
118118 with :
119119 fetch-depth : 0
120120 token : ${{ steps.generate_token.outputs.token }}
Original file line number Diff line number Diff line change 2929 - python
3030
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - uses : github/codeql-action/init@v4
3434 with :
3535 languages : ${{ matrix.language }}
You can’t perform that action at this time.
0 commit comments