Skip to content

Commit

Permalink
bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ixchow committed Sep 12, 2024
1 parent b9772fd commit 1f421d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
name: Build (Windows)
runs-on: windows-latest
steps:
- uses: ilammy/msvc-dev-cmd@v1.4.1
- uses: ilammy/msvc-dev-cmd@v1
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: true
- name: Fetch Libraries
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: true
- name: Fetch Libraries
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: true
- name: Fetch Libraries
Expand Down

0 comments on commit 1f421d7

Please sign in to comment.