Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 2, 2025
1 parent b80548e commit d0b76ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0

- name: Setup Node.js environment
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0

- name: Install Dependencies
run: npm i
Expand All @@ -32,7 +32,7 @@ jobs:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v5.3.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Setup Node.js environment
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0

- name: Install Dependencies
run: npm i
Expand All @@ -35,7 +35,7 @@ jobs:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v5.3.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit d0b76ae

Please sign in to comment.