Skip to content

Commit

Permalink
Merge pull request #44 from atomfinger/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-2.4.1

Bump actions/setup-node from 2.4.0 to 2.4.1
  • Loading branch information
John Mikael Gundersen authored Sep 28, 2021
2 parents 3ff3fde + c40a11f commit b048daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 12
- name: Install dependencies
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 12
- name: Set up Python 3.9
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 12
- name: Setup
Expand Down

0 comments on commit b048daf

Please sign in to comment.