Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/actions/checkout-2.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
daacdev committed May 13, 2021
2 parents 00f1488 + 1fcc834 commit f62aa07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v2.1.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Setup .npmrc file to publish to npm
uses: actions/setup-node@v2.1.5
Expand Down

0 comments on commit f62aa07

Please sign in to comment.