Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a0f484d

Browse files
authoredMay 12, 2021
chore(deps): bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9095629 commit a0f484d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout 🛎️
15-
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.
15+
uses: actions/checkout@v2.3.4 # If you're using actions/checkout@v2.3.4 you must set persist-credentials to false in most cases for the deployment to work correctly.
1616
with:
1717
persist-credentials: false
1818

Diff for: ‎.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout 🛎️
14-
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.
14+
uses: actions/checkout@v2.3.4 # If you're using actions/checkout@v2.3.4 you must set persist-credentials to false in most cases for the deployment to work correctly.
1515
with:
1616
persist-credentials: false
1717

0 commit comments

Comments
 (0)
Please sign in to comment.