File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 echo "RELEASE_TAG=$TAG" >> $GITHUB_ENV
2727
2828 - name : Check out the repo
29- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
29+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
3030 with :
3131 ref : ${{ github.event_name == 'release' && github.ref || env.RELEASE_TAG }}
3232
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout repository
12- uses : actions/checkout@v6
12+ uses : actions/checkout@v7
1313 - name : ' Dependency Review'
1414 uses : actions/dependency-review-action@v5
Original file line number Diff line number Diff line change 1010 # IMPORTANT: this permission is mandatory for trusted publishing
1111 id-token : write
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@v7
1414 with :
1515 fetch-depth : 0
1616 - name : Set up Python 3.10
Original file line number Diff line number Diff line change 1010 # IMPORTANT: this permission is mandatory for trusted publishing
1111 id-token : write
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@v7
1414 with :
1515 fetch-depth : 0
1616 - name : Set up Python 3.10
Original file line number Diff line number Diff line change 1010 python-version : ["3.10"]
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v6
13+ uses : actions/checkout@v7
1414 - name : Set up Python ${{ matrix.python-version }}
1515 uses : actions/setup-python@v6
1616 with :
2929 python-version : ["3.10"]
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v6
32+ uses : actions/checkout@v7
3333 with :
3434 fetch-depth : 2
3535 - name : Set up Python ${{ matrix.python-version }}
5858 name : ${{ matrix.os }} (${{ matrix.python-version[0] }})
5959 steps :
6060 - name : Checkout repository
61- uses : actions/checkout@v6
61+ uses : actions/checkout@v7
6262 - name : Set up Python ${{ matrix.python-version[0] }}
6363 uses : actions/setup-python@v6
6464 with :
You can’t perform that action at this time.
0 commit comments