Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
cd: use main branch of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwigoric committed Jun 14, 2023
1 parent 42eb1f7 commit f4c8c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
- name: Setup Yarn
# You may pin to the exact commit or the version.
# uses: mskelton/setup-yarn@2fd0f48147cbee4fd8a71723a3b86851d86ba46b
uses: mskelton/setup-yarn@latest
uses: mskelton/setup-yarn@main
with:
# Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm
cache: yarn
- id: Build-Vue
uses: xRealNeon/VuePagesAction@latest
uses: xRealNeon/VuePagesAction@main
with:
username: 'Dwigoric'
reponame: 'CCAPDEV-Web-App'
Expand Down

0 comments on commit f4c8c4a

Please sign in to comment.