Skip to content

Commit

Permalink
ci(build): update action branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan authored Jun 2, 2024
1 parent 5a4441d commit 9d6cade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build Module
id: build-module
uses: Silverlan/pragma/github_actions/build_generic_module@master
uses: Silverlan/pragma/github_actions/build_generic_module@main
with:
module: '${{ steps.module-info.outputs.module_name }}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Build Module
id: build-module
uses: Silverlan/pragma/github_actions/build_generic_module@master
uses: Silverlan/pragma/github_actions/build_generic_module@main
with:
module: '${{ steps.module-info.outputs.module_name }}'

Expand Down

0 comments on commit 9d6cade

Please sign in to comment.