Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 1, 2021
1 parent f990280 commit edc988e
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 @@ -10,7 +10,7 @@ jobs:
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.5

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
Expand Down

0 comments on commit edc988e

Please sign in to comment.