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 Oct 6, 2024
1 parent aacd887 commit 7dd1ed0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
with:
fetch-depth: 0

- name: Setup Node.js environment
uses: actions/[email protected].3
uses: actions/[email protected].4

- 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@v4.5.0
uses: codecov/codecov-action@v4.6.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
with:
token: ${{ secrets.WORKFLOW_SECRET }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
with:
fetch-depth: 0

- name: Setup Node.js environment
uses: actions/[email protected].3
uses: actions/[email protected].4

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

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Run Build
run: npm run build

- name: Deploy
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].8
with:
branch: gh-pages
folder: dist
Expand Down

0 comments on commit 7dd1ed0

Please sign in to comment.