File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262
6363 # Checkout (copy) this repository's Plugin to this VM.
6464 - name : Checkout Plugin
65- uses : actions/checkout@v4
65+ uses : actions/checkout@v6
6666 with :
6767 path : ${{ env.PLUGIN_DIR }}
6868
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@v4
20+ uses : actions/checkout@v6
2121
2222 # Installs required packages that must be included in the Plugin
2323 # as specified in composer.json's "require" section.
Original file line number Diff line number Diff line change 7171 # Checkout Plugin to /home/runner/work/convertkit-wpforms/convertkit-wpforms/convertkit-wpforms
7272 # We cannot checkout to ${{ env.PLUGIN_DIR }} as GitHub Actions require it be first placed in /home/runner/work/repo/repo
7373 - name : Checkout Plugin
74- uses : actions/checkout@v4
74+ uses : actions/checkout@v6
7575 with :
7676 path : /home/runner/work/convertkit-wpforms/convertkit-wpforms/convertkit-wpforms
7777
You can’t perform that action at this time.
0 commit comments