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 Code
14- uses : actions/checkout@v6
14+ uses : actions/checkout@v7
1515 - name : Codespell
1616 uses : codespell-project/actions-codespell@master
1717 with :
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v7
2323 with :
2424 fetch-depth : 0
2525
Original file line number Diff line number Diff line change 99 GO111MODULE : on
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
12+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1313
1414 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1515 with :
3333 name : Test with PostgreSQL ${{ matrix.postgres-version }}
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
36+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3737 with :
3838 fetch-depth : 0
3939
You can’t perform that action at this time.
0 commit comments