Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent ca9c9a7 commit b02df98
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/app-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graphql-commit-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graphql-deploy-apollo-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b02df98

Please sign in to comment.