Skip to content

Commit

Permalink
Update Run Build EXE.yml
Browse files Browse the repository at this point in the history
check out@v3 -> v4
  • Loading branch information
Ad-closeNN authored Aug 13, 2024
1 parent 0da4a2b commit 7ea1320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Run Build EXE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 7ea1320

Please sign in to comment.