Skip to content

Commit

Permalink
Bump checkout action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Unpublished committed May 8, 2024
1 parent c7422c4 commit 8220993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
profile: ['dev', 'release']
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install nightly Rust
uses: dtolnay/rust-toolchain@nightly
- name: Install WinFSP
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ntptfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
profile: [ 'dev', 'release' ]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install nightly Rust
uses: dtolnay/rust-toolchain@nightly
- name: Install WinFSP
Expand Down

0 comments on commit 8220993

Please sign in to comment.