Skip to content

Commit ab99770

Browse files
Update actions/checkout digest to 692973e (#1317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4b125f commit ab99770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1717

1818
- run: rustup override set ${{ env.RUST_VERSION }}
1919
- run: rustup component add clippy
@@ -26,7 +26,7 @@ jobs:
2626
build:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
29+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3030

3131
- run: rustup override set ${{ env.RUST_VERSION }}
3232
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3

0 commit comments

Comments
 (0)