Skip to content

Commit 8db2b71

Browse files
tpluscodejsmrcaga
authored andcommitted
Update README.md
Use latest standard actions in readme
1 parent b1907ce commit 8db2b71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
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]

0 commit comments

Comments
 (0)