From c476d88003cf3a5f2f68a37e51d5c7a5f1f5a144 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sun, 11 Feb 2024 10:03:16 +0100 Subject: [PATCH] Update GitHub Action Versions (#232) Co-authored-by: github-actions[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/deploy.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 847fd01..5768134 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js environment - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v4.0.2 - name: Install Dependencies run: npm i @@ -32,7 +32,7 @@ jobs: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.0 + uses: codecov/codecov-action@v4.0.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 72efaba..449a1e2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js environment - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v4.0.2 - name: Install Dependencies run: npm i @@ -35,7 +35,7 @@ jobs: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.0 + uses: codecov/codecov-action@v4.0.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}