Skip to content

Commit

Permalink
Merge pull request #461 from KisaragiEffective/renovate/actions-check…
Browse files Browse the repository at this point in the history
…out-digest
  • Loading branch information
KisaragiEffective authored Jun 15, 2024
2 parents 75a3ffb + ff4cce5 commit f0432cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todo-as-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f0432cb

Please sign in to comment.