Skip to content

Commit

Permalink
Update actions/checkout digest
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 13, 2024
1 parent 591b766 commit bb01b8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
check-style:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@9b4c13b0bfa31b4514c14f74b5a166c2708f43c6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Report cargo version
run: cargo --version
- name: Report rustfmt version
Expand All @@ -27,7 +27,7 @@ jobs:
clippy-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@9b4c13b0bfa31b4514c14f74b5a166c2708f43c6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Report cargo version
run: cargo --version
- name: Report Clippy version
Expand All @@ -47,7 +47,7 @@ jobs:
- features: all
feature_flags: --all-features
steps:
- uses: actions/checkout@9b4c13b0bfa31b4514c14f74b5a166c2708f43c6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Report cargo version
run: cargo --version
- name: Report rustc version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-openapi-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/setup-node@v4
with:
node-version: '14'
Expand Down

0 comments on commit bb01b8f

Please sign in to comment.