File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767
6868 # Checkout (copy) this repository's Plugin to this VM.
6969 - name : Checkout Plugin
70- uses : actions/checkout@v6
70+ uses : actions/checkout@v7
7171 with :
7272 path : ${{ env.PLUGIN_DIR }}
7373
Original file line number Diff line number Diff line change 1717 steps :
1818 # Checkout (copy) this repository's Plugin to this VM.
1919 - name : Checkout Plugin
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v7
2121
2222 # Deploy to wordpress.org, if expected files exist.
2323 - name : WordPress Plugin Deploy
Original file line number Diff line number Diff line change 6565 # Checkout Plugin to Working Directory
6666 # We cannot checkout to ${{ env.PLUGIN_DIR }} as GitHub Actions require it be first placed in /home/runner/work/repo/repo
6767 - name : Checkout Plugin
68- uses : actions/checkout@v6
68+ uses : actions/checkout@v7
6969 with :
7070 path : ${{ env.WORKING_DIR }}
7171
You can’t perform that action at this time.
0 commit comments