Skip to content

Commit

Permalink
update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1ra-komj committed Sep 21, 2024
1 parent 818342f commit 03dd3fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Install .NET Core
uses: actions/setup-dotnet@v4
Expand All @@ -34,7 +34,7 @@ jobs:
# add Rust cache
- name: Cache Rust dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand All @@ -48,7 +48,7 @@ jobs:
cargo build --release --verbose
- name: Compile Setup Wizard
uses: Minionguyjpro/[email protected].2
uses: Minionguyjpro/[email protected].4
with:
path: zed_wizard.iss
options: /O+
Expand Down

0 comments on commit 03dd3fc

Please sign in to comment.