Skip to content

Commit 48899fa

Browse files
Update actions/checkout digest to 09d2aca
1 parent ec49f47 commit 48899fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
# actions/checkout@v2
21-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
21+
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
2222
- uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
2323
with:
2424
toolchain: stable
@@ -38,7 +38,7 @@ jobs:
3838
os: [ ubuntu-latest, macos-latest ]
3939
steps:
4040
# actions/checkout@v2
41-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
41+
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
4242
- uses: dtolnay/rust-toolchain@v1
4343
with:
4444
toolchain: ${{ matrix.toolchain }}

0 commit comments

Comments
 (0)