Skip to content

Commit

Permalink
Merge pull request #1847 from freedomofpress/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
legoktm authored Feb 19, 2024
2 parents bb196d2 + b5646ca commit a07e692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# Keep version in sync with rust-toolchain.toml
container: rust:1.74.1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check Rust dependencies
run: |
cargo install cargo-audit
Expand Down

0 comments on commit a07e692

Please sign in to comment.