From 101ed3af5905df6d8d4c302aa1d133032daaa11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Kri=C5=BEi=C4=87?= Date: Sat, 16 Mar 2024 19:26:17 +0100 Subject: [PATCH] Prepare for version 1.6 --- README.md | 4 ++-- action.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }}