Skip to content

Commit 5211576

Browse files
authored
CI: Use full version number for actions/checkout
1 parent eaf00e0 commit 5211576

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
@@ -38,7 +38,7 @@ jobs:
3838
- 5432:5432
3939

4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v3.0.0
4242

4343
# Set up Rust
4444
- run: rustup default ${{ env.RUST_VERSION }}

0 commit comments

Comments
 (0)