Skip to content

Commit

Permalink
Merge pull request #97 from traPtitech/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
mehm8128 authored Oct 17, 2023
2 parents 54209a8 + 22c8a25 commit abfab37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 20.x
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: SKIP_GENAPI=1 npm ci
genApi:
name: Generate APIs
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 20.x
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: SKIP_GENAPI=1 npm ci
- run: npm run postinstall
- uses: actions/upload-artifact@v3
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 20.x
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: SKIP_GENAPI=1 npm ci
- uses: actions/download-artifact@v3
with:
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 20.x
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: SKIP_GENAPI=1 npm ci
- uses: actions/download-artifact@v3
with:
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 20.x
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: SKIP_GENAPI=1 npm ci
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit abfab37

Please sign in to comment.