diff --git a/README.md b/README.md index a37ca482a..2c11a7d9d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If action is used on PR workflows, compatibility results can be posted on the PR ## Usage ```yaml -- uses: apollographql/federation-subgraph-compatibility@v1 +- uses: apollographql/federation-subgraph-compatibility@v2 with: # [Required] Docker Compose file to start up the subgraph compose: 'path/to/docker-compose.yaml' diff --git a/package-lock.json b/package-lock.json index 54b9ea820..31b6980bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/apollo-federation-subgraph-compatibility-action", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/apollo-federation-subgraph-compatibility-action", - "version": "1.0.0", + "version": "2.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2478eac12..39f7b5757 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/apollo-federation-subgraph-compatibility-action", - "version": "1.0.0", + "version": "2.0.0", "description": "Github Action for checking a subgraph's compatibility with a federated gateway", "main": "dist/index.js", "author": "Apollo ",