Skip to content

Commit

Permalink
chore: πŸ€– bump actions to latest (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman authored Mar 31, 2024
1 parent 072e2d9 commit bf205dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ runs:
run: pnpm test:coverage

- name: βœ… Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage/coverage-final.json
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: πŸ— Setup Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-${{ inputs.node-version }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0

- name: 🚨 Commitlint
uses: wagoid/commitlint-github-action@v5
uses: wagoid/commitlint-github-action@v6
with:
configFile: .commitlintrc.yml

Expand All @@ -46,7 +46,6 @@ jobs:
uses: actions/checkout@v4

- name: 🚨 Spellcheck
uses: streetsidesoftware/cspell-action@v2
uses: streetsidesoftware/cspell-action@v6
with:
github_token: ${{ secrets.GITHUB_TOKEN}}
inline: error

0 comments on commit bf205dc

Please sign in to comment.