File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 version :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - name : Login to GitHub Container Registry
2525 uses : docker/login-action@v3
2626 with :
Original file line number Diff line number Diff line change 1818 run :
1919 shell : bash -el {0}
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - uses : docker/login-action@v3
2323 with :
2424 registry : ghcr.io
Original file line number Diff line number Diff line change 1111 contents : write
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 persist-credentials : true
1717 token : ${{ secrets.MNE_BOT_TOKEN }}
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v5
41+ uses : actions/checkout@v6
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1616 package :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.10'
Original file line number Diff line number Diff line change 4040 kind : conda
4141 python : " 3.10"
4242 steps :
43- - uses : actions/checkout@v5
43+ - uses : actions/checkout@v6
4444 - uses : actions/setup-python@v6
4545 with :
4646 python-version : ${{ matrix.python }}
You can’t perform that action at this time.
0 commit comments