File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 -
1212 name : Checkout Branch ${{ github.ref_name }}
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v6
1414 -
1515 name : Create Pull Request
1616 run : gh pr create -B main --title "${{ github.ref_name }}" --body "Merging branch to create ${{ github.ref_name }}."
Original file line number Diff line number Diff line change 1212 steps :
1313 -
1414 name : Checkout code
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616 -
1717 name : Run PHPStan checks
1818 run : |
2323 steps :
2424 -
2525 name : Checkout code
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727 -
2828 name : Get repository name
2929 run : echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1111 steps :
1212 -
1313 name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515 -
1616 name : Get repository name
1717 run : echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1515 shell : bash
1616 -
1717 name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 -
2020 name : Login to DockerHub
2121 uses : docker/login-action@v3
You can’t perform that action at this time.
0 commit comments