Skip to content

Commit 7a5d483

Browse files
ljmf00konradpabjan
andauthored
ci(github): update action/checkout from v2 to v3 (#315)
Signed-off-by: Luís Ferreira <[email protected]> Signed-off-by: Luís Ferreira <[email protected]> Co-authored-by: Konrad Pabjan <[email protected]>
1 parent e0057a5 commit 7a5d483

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
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121

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

.github/workflows/test.yml

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

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727

2828
- name: Set Node.js 12.x
2929
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)