From b02df98f9f6a737d6041674c15687d15ecfb0f56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:39:14 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/app-test.yaml | 16 ++++++++-------- .github/workflows/graphql-commit-schema.yaml | 4 ++-- .../workflows/graphql-deploy-apollo-studio.yaml | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/app-test.yaml b/.github/workflows/app-test.yaml index d9e5c0a2..16e3b6dd 100644 --- a/.github/workflows/app-test.yaml +++ b/.github/workflows/app-test.yaml @@ -23,7 +23,7 @@ jobs: graphql: ${{ steps.changes.outputs.graphql }} steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: check for file changes uses: dorny/paths-filter@v2 @@ -40,7 +40,7 @@ jobs: STORE_PATH: ${{ steps.pnpm-env.outputs.STORE_PATH }} steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup node uses: actions/setup-node@v3 @@ -71,7 +71,7 @@ jobs: needs: install steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup node uses: actions/setup-node@v3 @@ -102,7 +102,7 @@ jobs: needs: install steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup node uses: actions/setup-node@v3 @@ -133,7 +133,7 @@ jobs: needs: install steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup node uses: actions/setup-node@v3 @@ -164,7 +164,7 @@ jobs: needs: install steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup node uses: actions/setup-node@v3 @@ -195,7 +195,7 @@ jobs: needs: [install, build] steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup node uses: actions/setup-node@v3 @@ -227,7 +227,7 @@ jobs: if: needs.filter.outputs.catalog == 'true' steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.event.workflow_run.head_sha }} diff --git a/.github/workflows/graphql-commit-schema.yaml b/.github/workflows/graphql-commit-schema.yaml index 9f07c8ae..ca7dfb0b 100644 --- a/.github/workflows/graphql-commit-schema.yaml +++ b/.github/workflows/graphql-commit-schema.yaml @@ -17,7 +17,7 @@ jobs: graphql: ${{ steps.changes.outputs.graphql }} steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.workflow_run.head_sha }} @@ -34,7 +34,7 @@ jobs: if: needs.filter.outputs.graphql == 'true' steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.event.workflow_run.head_sha }} diff --git a/.github/workflows/graphql-deploy-apollo-studio.yaml b/.github/workflows/graphql-deploy-apollo-studio.yaml index e3badf80..2e909222 100644 --- a/.github/workflows/graphql-deploy-apollo-studio.yaml +++ b/.github/workflows/graphql-deploy-apollo-studio.yaml @@ -21,7 +21,7 @@ jobs: graphql: ${{ steps.changes.outputs.graphql }} steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: check for file changes uses: dorny/paths-filter@v2 @@ -38,7 +38,7 @@ jobs: if: needs.filter.outputs.graphql == 'true' steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup mongodb uses: supercharge/mongodb-github-action@v1