Skip to content

Commit

Permalink
Update GitHub Action Versions (#232)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
SebastianStehle and github-actions[bot] authored Feb 11, 2024
1 parent c4d67c6 commit c476d88
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/[email protected].1
uses: actions/[email protected].2

- 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/[email protected].0
uses: codecov/[email protected].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/[email protected].1
uses: actions/[email protected].2

- 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/[email protected].0
uses: codecov/[email protected].1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit c476d88

Please sign in to comment.