Skip to content

Commit

Permalink
revert a gh action version
Browse files Browse the repository at this point in the history
  • Loading branch information
samayala22 committed Feb 2, 2024
1 parent de79b3e commit c5932a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

# Install xmake
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1.2
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
actions-cache-folder: .xmake-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# Install xmake
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1.2
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
actions-cache-folder: .xmake-cache
Expand Down

0 comments on commit c5932a0

Please sign in to comment.