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 May 15, 2024
1 parent cc3ccfc commit 34f8dc1
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 @@ -13,7 +13,7 @@ jobs:
check-style:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@9b4c13b0bfa31b4514c14f74b5a166c2708f43c6
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- name: Report cargo version
run: cargo --version
- name: Report rustfmt version
Expand All @@ -24,7 +24,7 @@ jobs:
clippy-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@9b4c13b0bfa31b4514c14f74b5a166c2708f43c6
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- name: Report cargo version
run: cargo --version
- name: Report Clippy version
Expand All @@ -45,7 +45,7 @@ jobs:
- features: all
feature_flags: --all-features
steps:
- uses: actions/checkout@9b4c13b0bfa31b4514c14f74b5a166c2708f43c6
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/setup-node@v4
with:
node-version: '14'
Expand Down

0 comments on commit 34f8dc1

Please sign in to comment.