Skip to content

Commit a6091e3

Browse files
authored
Merge pull request #113 from jonhoo/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 7e41333 + ad0c612 commit a6091e3

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
@@ -10,7 +10,7 @@ jobs:
1010
image: xd009642/tarpaulin:develop-nightly
1111
options: --security-opt seccomp=unconfined
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Generate code coverage
1515
run: |
1616
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --run-types Doctests --run-types Tests --out Xml

0 commit comments

Comments
 (0)