diff --git a/README.md b/README.md index b9ecc1e..8da27e2 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: # Run the deployment overview action - name: Github users - uses: prodyna/github-users@v1.0 + uses: prodyna/github-users@v1.6 with: # The action to run action: members @@ -58,7 +58,7 @@ jobs: # Run the deployment overview action - name: Github users - uses: prodyna/github-users@v1.0 + uses: prodyna/github-users@v1.6 with: # The action to run action: collaborators diff --git a/action.yaml b/action.yaml index 1749429..0c6b300 100644 --- a/action.yaml +++ b/action.yaml @@ -25,7 +25,7 @@ inputs: default: 1 runs: using: 'docker' - image: 'docker://ghcr.io/prodyna/github-users:v1.5' + image: 'docker://ghcr.io/prodyna/github-users:v1.6' env: ACTION: ${{ inputs.action }} ENTERPRISE: ${{ inputs.enterprise }}