File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717 DOCKER_BUILDKIT : 1
1818 COMPOSE_DOCKER_CLI_BUILD : 1
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121
2222 - name : Set up Docker Buildx
2323 uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 1212 DOCKER_BUILDKIT : 1
1313 COMPOSE_DOCKER_CLI_BUILD : 1
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Fetch site artifact
1717 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
1818 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout source code
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Check Changes
1616 id : changed-env
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout source code
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232
3333 - name : Lint Code Base
3434 continue-on-error : true
Original file line number Diff line number Diff line change 3737 outputs :
3838 changed : ${{ steps.changes.outputs.any_changed }}
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141
4242 - name : Check for base image related changes
4343 # tj-actions/changed-files v44.5.7
Original file line number Diff line number Diff line change 8585 runs-on : ubuntu-latest
8686 steps :
8787
88- - uses : actions/checkout@v4
88+ - uses : actions/checkout@v5
8989
9090 - name : Check for workflow changes
9191 # tj-actions/changed-files v44.5.7
9797
9898 # see https://github.com/mcdeck/netlify-cms-oauth-provider-php
9999 - name : Checkout the netlify-cms-oauth-provider-php
100- uses : actions/checkout@v4
100+ uses : actions/checkout@v5
101101 with :
102102 repository : mcdeck/netlify-cms-oauth-provider-php
103103 path : netlify-cms-oauth-provider-php
You can’t perform that action at this time.
0 commit comments