Skip to content

Commit 3381246

Browse files
authored
Update GitHub Actions checkout action version
1 parent 8aaeb39 commit 3381246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
os: [ubuntu-latest]
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v5
1313
- name: Test Coverage
1414
run: |
1515
sudo apt update && sudo apt install lcov -y

0 commit comments

Comments
 (0)