Skip to content

Commit 9cb5886

Browse files
reneleonhardtnabijaczleweli
authored andcommitted
Update GitHub Actions
1 parent 44b32c0 commit 9cb5886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msvc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020

2121
runs-on: windows-latest
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- uses: dtolnay/rust-toolchain@master
2525
with:
2626
toolchain: ${{ matrix.rust_version }}
2727
targets: ${{ matrix.target }}
2828

29-
- run: pip install "pefile==2023.2.7"
29+
- run: pip install "pefile==2024.8.26"
3030
- run: cargo build --verbose --release --target ${{ matrix.target }} --workspace
3131

3232
# Runner is x86_64, can only run i686 and x86_64

0 commit comments

Comments
 (0)