Skip to content

Commit 4e92a9d

Browse files
build(deps): bump actions/checkout from 2 to 3 (#95)
1 parent 0653bf4 commit 4e92a9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql_analysis.yml

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

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v3
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Validate Using Node 14
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2.3.4
17+
- uses: actions/checkout@v3
1818

1919
- name: Run Lint and Typecheck
2020
uses: actions/setup-node@v2.5.1

0 commit comments

Comments
 (0)