Skip to content

Commit

Permalink
chore(ci): update actions/checkout in GitHub workflows to v4 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel authored Jan 15, 2024
1 parent c936a27 commit 2bfc7c8
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 @@ -65,7 +65,7 @@ jobs:
target: "aarch64-uwp-windows-msvc"
rust: nightly-2023-02-01
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install deps on linux
if: startsWith(matrix.os, 'ubuntu')
run: |
Expand Down

0 comments on commit 2bfc7c8

Please sign in to comment.