Skip to content

Commit

Permalink
Merge pull request #143 from mziyut/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
mziyut authored Nov 7, 2023
2 parents a0ecd2f + ec44e7f commit 5cf6160
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devto_publish_articles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
url: https://dev.to/mziyut
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: 'yarn'
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devto_pull_articles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: 'yarn'
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: 'yarn'
- uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qiita_publish_articles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: 'yarn'
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qiita_pull_articles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: 'yarn'
- run: yarn install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qiita_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
timeout-minutes: 2
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: 'yarn'
- run: yarn install
Expand All @@ -40,7 +40,7 @@ jobs:
timeout-minutes: 2
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: 'yarn'
- run: yarn install
Expand Down

0 comments on commit 5cf6160

Please sign in to comment.