File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8484 runs-on: ubuntu-latest
8585
8686 steps:
87- - uses: actions/checkout@v1
87+ - uses: actions/checkout@v3
8888 - uses: jsmrcaga/action-netlify-deploy@master
8989 with:
9090 NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
@@ -108,7 +108,7 @@ jobs:
108108 runs-on: ubuntu-latest
109109
110110 steps:
111- - uses: actions/checkout@v1
111+ - uses: actions/checkout@v3
112112 - uses: jsmrcaga/[email protected] 113113 with:
114114 NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
@@ -138,7 +138,7 @@ jobs:
138138 runs-on: ubuntu-latest
139139
140140 steps:
141- - uses: actions/checkout@v1
141+ - uses: actions/checkout@v3
142142
143143 # Sets the branch name as environment variable
144144 - uses: nelonoel/[email protected]
You can’t perform that action at this time.
0 commit comments