File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2121 alert-lookup : true
2222 compat-lookup : true
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - name : Approve a PR if not already approved
2525
2626 run : |
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : ' Checkout Repository'
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 - name : ' Dependency Review'
1717 uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout main
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
2020 - name : Set up Python 3.10
Original file line number Diff line number Diff line change 1111 mypy :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
1717 - name : Set up Python 3.10
Original file line number Diff line number Diff line change 1111 linting :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
1717 - name : Set up Python 3.10
Original file line number Diff line number Diff line change 1111 pytest :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
1717 - name : Set up Python 3.10
Original file line number Diff line number Diff line change 1010 shellcheck :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - name : Run ShellCheck
1515 uses : ludeeus/action-shellcheck@master
1616 env :
You can’t perform that action at this time.
0 commit comments