Skip to content

Commit

Permalink
Merge pull request #36 from sebastienrousseau/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
sebastienrousseau authored Dec 10, 2023
2 parents fd844a7 + a329671 commit ae1b98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
steps:
- name: Checkout repository 🛎️
id: checkout-repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with: { submodules: true }

- name: Installing Rust 🦀
Expand Down

0 comments on commit ae1b98a

Please sign in to comment.