Skip to content

Commit

Permalink
Merge pull request alan2207#8 from thanir03/thanir
Browse files Browse the repository at this point in the history
add
  • Loading branch information
thanir03 authored Sep 3, 2024
2 parents 401df12 + c083954 commit 5fcf9c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# Install yarn as package manager
- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0
uses: threeal/setup-yarn-action@latest

# Install dependencies
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# Install yarn as package manager
- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0
uses: threeal/setup-yarn-action@latest

# Install dependencies
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/react-vite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# Install yarn as package manager
- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0
uses: threeal/setup-yarn-action@latest

# Install dependencies
- name: Install dependencies
Expand Down

0 comments on commit 5fcf9c5

Please sign in to comment.