File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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 5454 runs-on : ubuntu-latest
5555 steps :
5656 - name : Checkout code
57- uses : actions/checkout@v5
57+ uses : actions/checkout@v6
5858 - name : Create Release
5959 if : ${{ startsWith(github.ref, 'refs/tags/') && github.repository_owner == 'hyperspy' }}
60- uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090
60+ uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe
Original file line number Diff line number Diff line change 2525 HYPERSPY_VERSION : ' dev'
2626
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 with :
3030 fetch-depth : 0
3131
You can’t perform that action at this time.
0 commit comments