Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2 to 2.3.4 (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 29, 2021
1 parent cf4faf5 commit 60b5613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/old-test.yml
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
Expand Down

0 comments on commit 60b5613

Please sign in to comment.