Skip to content

Commit fa35d15

Browse files
chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#390)
1 parent 718ef53 commit fa35d15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
node-version: [12.x, 14.x, 16.x]
1111

1212
steps:
13-
- uses: actions/checkout@v2.3.5
13+
- uses: actions/checkout@v2.4.0
1414

1515
- name: Use Node.js ${{ matrix.node-version }}
1616
uses: actions/setup-node@v2.5.0

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v2.3.5
18+
uses: actions/checkout@v2.4.0
1919

2020
- name: Initialize CodeQL
2121
uses: github/codeql-action/init@v1

0 commit comments

Comments
 (0)