Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 14ff48f

Browse files
authoredOct 24, 2024··
Update actions/checkout digest to 11bd719
1 parent 9390053 commit 14ff48f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/rust.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
# actions/checkout@v2
17-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1818
- uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
1919
with:
2020
toolchain: stable
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
# actions/checkout@v2
30-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
30+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3131
- name: Cargo check
3232
run: cargo check --no-default-features
3333

@@ -38,7 +38,7 @@ jobs:
3838
os: [ ubuntu-latest, macos-12 ]
3939
steps:
4040
# actions/checkout@v2
41-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
41+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4242
- name: Build
4343
run: cargo build --tests --verbose
4444
- name: Run tests

0 commit comments

Comments
 (0)
Please sign in to comment.