diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c0e1f2..0d92bd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Packaging working-directory: ../ run: | diff --git a/composer.json b/composer.json index 9784a6f..0eacfaf 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "ec-cube/auth0", - "version": "4.2.7", + "version": "4.3.0", "description": "Auth0(ソーシャルログイン)プラグイン", "type": "eccube-plugin", "require": {