Skip to content

Commit

Permalink
Merge pull request #74 from Kyutech-C3/revert-60-dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/checkout-4

Revert "chore(deps): bump actions/checkout from 1 to 4"
  • Loading branch information
tosaken1116 authored Nov 8, 2023
2 parents f1fa0ae + b9c1195 commit ecc23d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v1
- name: Install dependencies
uses: pnpm/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/pnpm

Expand All @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/pnpm

Expand Down

0 comments on commit ecc23d0

Please sign in to comment.