File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout the repository
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 1000
1616 submodules : recursive
1717 # ------------------------------------------------------------------------------
1818 # Checkout slic
1919 # ------------------------------------------------------------------------------
2020 - name : Checkout slic
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v4
2222 with :
2323 repository : stellarwp/slic
2424 ref : main
3030 - name : Get Composer Cache Directory
3131 id : get-composer-cache-dir
3232 run : |
33- echo "::set-output name= dir:: $(composer config cache-files-dir)"
34- - uses : actions/cache@v2
33+ echo "dir= $(composer config cache-files-dir)" >> $GITHUB_OUTPUT
34+ - uses : actions/cache@v4
3535 id : composer-cache
3636 with :
3737 path : ${{ steps.get-composer-cache-dir.outputs.dir }}
You can’t perform that action at this time.
0 commit comments