Skip to content

Commit ae3742c

Browse files
committed
chore(deps): update actions/checkout action to v2.4.0
1 parent aa6450a commit ae3742c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v2.3.4
19+
uses: actions/checkout@v2.4.0
2020

2121
# Initializes the CodeQL tools for scanning.
2222
- name: Initialize CodeQL

.github/workflows/ossar-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
# Checkout your code repository to scan
1818
- name: Checkout repository
19-
uses: actions/checkout@v2.3.4
19+
uses: actions/checkout@v2.4.0
2020
with:
2121
# We must fetch at least the immediate parents so that if this is
2222
# a pull request then we can checkout the head.

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2.3.4
13+
uses: actions/checkout@v2.4.0
1414
- name: Set up Node
1515
uses: actions/[email protected]
1616
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2.3.4
16+
uses: actions/checkout@v2.4.0
1717
with:
1818
fetch-depth: 0
1919
- name: Set up Node

0 commit comments

Comments
 (0)