Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: bump the minor group across 1 directory with 3 updates #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_compose_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
" > test-schema.graphql

- name: Upload Test Subgraph schema
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: test-compose-schema
path: test-schema.graphql
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_lint_commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
fetch-depth: 0

- name: Lint Commits
uses: wagoid/commitlint-github-action@v6.1.2
uses: wagoid/commitlint-github-action@v6.2.0
with:
failOnWarnings: true
2 changes: 1 addition & 1 deletion .github/workflows/_supergraph_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
> supergraph.graphql

- name: Upload New Schema Artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: supergraph.graphql
path: supergraph.graphql
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_update_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Create Test Subgraph schema
run: >
Expand All @@ -25,7 +25,7 @@ jobs:
" > test-schema.graphql

- name: Upload Test Subgraph schema
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: test-update-schema
path: test-schema.graphql
Expand Down
Loading