Skip to content

Commit

Permalink
Merge pull request #734 from justintaddei/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

fix(deps): bump actions/checkout from 3 to 4
  • Loading branch information
justintaddei authored Jun 28, 2024
2 parents 3fd3772 + 41753a0 commit dbde4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
commitlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
Expand Down

0 comments on commit dbde4c4

Please sign in to comment.