From 8d82b959af778fdf165986e18d28ff461d6ae2cb Mon Sep 17 00:00:00 2001 From: Eric Cabrel TIOGO Date: Sun, 23 Oct 2022 13:09:06 +0200 Subject: [PATCH] chore(ci): upgrade github actions version --- .github/workflows/build.yml | 4 ++-- .github/workflows/deploy-code-embed.yml | 4 ++-- .github/workflows/deploy-core.yml | 4 ++-- .github/workflows/sentry-release.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8542d0ec..ff6880e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,9 +23,9 @@ jobs: CONVERTKIT_API_KEY: api_key CONVERTKIT_FORM_ID: form_id steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Node 16 - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '16' diff --git a/.github/workflows/deploy-code-embed.yml b/.github/workflows/deploy-code-embed.yml index 5dfe94ef..50f9ac57 100644 --- a/.github/workflows/deploy-code-embed.yml +++ b/.github/workflows/deploy-code-embed.yml @@ -25,9 +25,9 @@ jobs: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Node 16 - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '16' diff --git a/.github/workflows/deploy-core.yml b/.github/workflows/deploy-core.yml index a174f438..9cf12cf2 100644 --- a/.github/workflows/deploy-core.yml +++ b/.github/workflows/deploy-core.yml @@ -17,7 +17,7 @@ jobs: package: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Copy the core Dockerfile in the root repository run: cp apps/core/Dockerfile . @@ -40,7 +40,7 @@ jobs: needs: - package steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Deploy the application env: diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml index 173a7e1a..a913bd8b 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yml @@ -11,9 +11,9 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Node 16 - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '16'