File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 runs-on : ubuntu-latest
102102 steps :
103103 - name : Checkout
104- uses : actions/checkout@v5 .0.0
104+ uses : actions/checkout@v6 .0.1
105105 with :
106106 clean : ' false'
107107 fetch-depth : ' 0'
Original file line number Diff line number Diff line change 4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Checkout
45- uses : actions/checkout@v5
45+ uses : actions/checkout@v6
4646 with :
4747 clean : ' false'
4848 fetch-depth : ' 0'
Original file line number Diff line number Diff line change 4848 runs-on : ubuntu-latest
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@v5
51+ uses : actions/checkout@v6
5252 with :
5353 clean : ' false'
5454 fetch-depth : ' 0'
Original file line number Diff line number Diff line change 4545 runs-on : ubuntu-latest
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949 with :
5050 clean : ' false'
5151 fetch-depth : ' 0'
Original file line number Diff line number Diff line change 1717 run : echo "$GITHUB_CONTEXT"
1818
1919 - name : Download artifact
20- uses : dawidd6/action-download-artifact@v11
20+ uses : dawidd6/action-download-artifact@v12
2121 if : github.event.workflow_run.conclusion == 'success'
2222 with :
2323 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@v5
47+ uses : actions/checkout@v6
4848 with :
4949 clean : ' false'
5050 fetch-depth : ' 0'
You can’t perform that action at this time.
0 commit comments