Skip to content

Commit 13f4508

Browse files
Bump actions/checkout from 2 to 3 (#802)
1 parent d05ea7f commit 13f4508

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626

2727
- name: Install dependencies (Linux)
2828
if: runner.os == 'Linux'

.github/workflows/codeql.yml

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

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616

1717
- name: Install dependencies
1818
run: sudo apt-get install z3 re2c ninja-build g++-10

0 commit comments

Comments
 (0)