From 28de66546257b66701c31c3e95a6ae400dece1bd Mon Sep 17 00:00:00 2001 From: kurozumi Date: Mon, 20 May 2024 22:14:54 +0900 Subject: [PATCH] v4.3.0 --- .github/workflows/release.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {