Skip to content

Commit

Permalink
Merge pull request #91 from CycloneDX/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-v2.3.4

Update actions/checkout requirement to v2.3.4
  • Loading branch information
coderpatros authored Nov 19, 2020
2 parents 903e2b0 + ca4bec5 commit ce85817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: [8.x, 10.x, 12.x, 14.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

- name: Setup Node.js
uses: actions/setup-node@v1
Expand Down

0 comments on commit ce85817

Please sign in to comment.