File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : ' Checkout Repository'
14- uses : actions/checkout@v6.0.1
14+ uses : actions/checkout@v6.0.2
1515 - name : ' Dependency Review'
1616 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@v6.0.1
17+ uses : actions/checkout@v6.0.2
1818 with :
1919 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
2020 - name : Set up Python 3.12
Original file line number Diff line number Diff line change 1111 mypy :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v6.0.1
14+ - uses : actions/checkout@v6.0.2
1515 with :
1616 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
1717 - name : Set up Python 3.12
Original file line number Diff line number Diff line change 1010 pylint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6.0.1
13+ - uses : actions/checkout@v6.0.2
1414 with :
1515 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
1616 - name : Set up Python 3.12
Original file line number Diff line number Diff line change 1010 pytest :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6.0.1
13+ - uses : actions/checkout@v6.0.2
1414 with :
1515 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
1616 - name : Set up Python 3.12
You can’t perform that action at this time.
0 commit comments