File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 lint :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919
2020 - name : Install PDM with Python 3.12
2121 uses : pdm-project/setup-pdm@v4
5252 runs-on : ${{ matrix.os }}
5353
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v6
5656 with :
5757 fetch-depth : 0
5858 fetch-tags : true
@@ -107,7 +107,7 @@ jobs:
107107 if : ${{ github.ref_type == 'tag' }}
108108
109109 steps :
110- - uses : actions/checkout@v4
110+ - uses : actions/checkout@v6
111111 with :
112112 fetch-depth : 0
113113
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v6
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments