From ff4cce5fffb786f7ca1ca70e4b70c87b9bfa6b62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:26:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 692973e --- .github/workflows/rust-wasm.yml | 2 +- .github/workflows/rust.yml | 2 +- .github/workflows/todo-as-issue.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust-wasm.yml b/.github/workflows/rust-wasm.yml index 5f613bde..c41202fc 100644 --- a/.github/workflows/rust-wasm.yml +++ b/.github/workflows/rust-wasm.yml @@ -38,7 +38,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Rust Cache uses: Swatinem/rust-cache@v2.7.3 with: diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2430425b..81e22926 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install compiler ${{ matrix.rustc_channel }} ( ${{ matrix.rustc_version }} ) run: | if [[ "${{ matrix.rustc_channel }}" == nightly ]]; then diff --git a/.github/workflows/todo-as-issue.yml b/.github/workflows/todo-as-issue.yml index 4a2f1f74..72bb1fad 100644 --- a/.github/workflows/todo-as-issue.yml +++ b/.github/workflows/todo-as-issue.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: "ubuntu-24.04" steps: - - uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4 - name: "TODO to Issue" uses: "alstr/todo-to-issue-action@v4" with: