Skip to content

Commit

Permalink
fix: update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeepsingh25 committed Jan 4, 2024
1 parent 21f47df commit f9a2a84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/typescript-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
needs: [bump-version, build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- name: Install dependencies
Expand All @@ -74,7 +74,7 @@ jobs:
mv build-chrome/manifest.json build-chrome/temp.json && jq '.version = "${{needs.bump-version.outputs.new-version}}"' build-chrome/temp.json > build-chrome/manifest.json && rm build-chrome/temp.json
- name: Save as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: extension
path: |
Expand Down

0 comments on commit f9a2a84

Please sign in to comment.