File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 # if: github.event_name == 'release' && github.event.action == 'created'
3131 steps :
3232 - name : Checkout project
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434 with :
3535 fetch-depth : 0
3636 - name : Set up Python
7676 # experimental: true
7777 steps :
7878 - name : Checkout the source code
79- uses : actions/checkout@v4
79+ uses : actions/checkout@v6
8080 with :
8181 fetch-depth : 0
8282 - name : Set up Python
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout the source code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525 - name : Set up Python
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Checkout the source code
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v6
4747 with :
4848 fetch-depth : 0
4949 - name : Set up Python
You can’t perform that action at this time.
0 commit comments