diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index 7540cd6f..4b020424 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -10,7 +10,7 @@ jobs: env: PR_NUMBER: ${{github.event.number}} steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 - name: Build run: npm ci && npm run build - name: Upload Artifact diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 4efd8e93..5e22ec14 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.0.0 - name: Log in to Docker Hub uses: docker/login-action@v1.14.1 @@ -31,4 +31,4 @@ jobs: context: . push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} diff --git a/.github/workflows/netlify-dev.yaml b/.github/workflows/netlify-dev.yaml index d961102d..aa9dd410 100644 --- a/.github/workflows/netlify-dev.yaml +++ b/.github/workflows/netlify-dev.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 - uses: jsmrcaga/action-netlify-deploy@v1.7.2 with: install_command: "npm ci" @@ -19,4 +19,4 @@ jobs: NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE2_ID }} BUILD_DIRECTORY: "dist" NETLIFY_DEPLOY_MESSAGE: "Dev deploy v${{ github.ref }}" - NETLIFY_DEPLOY_TO_PROD: true \ No newline at end of file + NETLIFY_DEPLOY_TO_PROD: true diff --git a/.github/workflows/netlify-prod.yaml b/.github/workflows/netlify-prod.yaml index 150f1729..2af61874 100644 --- a/.github/workflows/netlify-prod.yaml +++ b/.github/workflows/netlify-prod.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 - uses: jsmrcaga/action-netlify-deploy@v1.7.2 with: install_command: "npm ci" @@ -18,4 +18,4 @@ jobs: NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} BUILD_DIRECTORY: "dist" NETLIFY_DEPLOY_MESSAGE: "Prod deploy v${{ github.ref }}" - NETLIFY_DEPLOY_TO_PROD: true \ No newline at end of file + NETLIFY_DEPLOY_TO_PROD: true