Skip to content

Commit 5cc773e

Browse files
Update action
1 parent 0d593db commit 5cc773e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
CONTENTFUL_API_TOKEN: ${{ secrets.CONTENTFUL_API_TOKEN }}
1111
steps:
1212
- name: Checkout 🛎️
13-
uses: actions/checkout@v2.3.1 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
13+
uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
1414
with:
1515
persist-credentials: false
1616

@@ -21,7 +21,7 @@ jobs:
2121
npm run export
2222
2323
- name: Deploy 🚀
24-
uses: JamesIves/github-pages-deploy-action@3.5.7
24+
uses: JamesIves/github-pages-deploy-action@3.7.1
2525
with:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
BRANCH: master # The branch the action should deploy to.

0 commit comments

Comments
 (0)