Skip to content

Commit

Permalink
Remove paranoia from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed May 21, 2024
1 parent fdf1abd commit dbbce81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Build PyInstaller
on:
push:
Expand All @@ -11,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@0v4
with:
repository: pyinstaller/pyinstaller
ref: v6.6.0
Expand Down

0 comments on commit dbbce81

Please sign in to comment.