Skip to content

Commit 3f30992

Browse files
authored
Merge pull request #41 from atom-minimap/dependabot/github_actions/actions/setup-node-v2.1.3
chore(deps): bump actions/setup-node from v2.1.2 to v2.1.3
2 parents c8a280c + 3e02b7b commit 3f30992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/[email protected]
41-
- uses: actions/[email protected].2
41+
- uses: actions/[email protected].3
4242
with:
4343
node-version: '12.x'
4444
- name: NPM install
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/[email protected]
5757
- uses: UziTech/action-setup-atom@v1
58-
- uses: actions/[email protected].2
58+
- uses: actions/[email protected].3
5959
with:
6060
node-version: '12.x'
6161
- name: NPM install

0 commit comments

Comments
 (0)