diff --git a/.github/workflows/create-build-zip.yml b/.github/workflows/create-build-zip.yml index e0aa5fc..5c12423 100644 --- a/.github/workflows/create-build-zip.yml +++ b/.github/workflows/create-build-zip.yml @@ -16,6 +16,10 @@ jobs: steps: - name: Check out source files uses: actions/checkout@v2 + - name: Setup node 14 + uses: actions/setup-node@v1 + with: + node-version: 14.x - name: Get Composer Cache Directory id: composer-cache run: | @@ -70,10 +74,11 @@ jobs: - name: Check if a comment was already made id: find-comment - uses: peter-evans/find-comment@v1 + uses: peter-evans/find-comment@v2 with: issue-number: ${{ steps.get-pr-number.outputs.num }} comment-author: github-actions[bot] + token: ${{ secrets.BOT_TOKEN }} body-includes: Download Riverbank - name: Get comment body @@ -85,15 +90,17 @@ jobs: echo "::set-output name=body::$body" - name: Create comment on PR with links to plugin builds if: ${{ steps.find-comment.outputs.comment-id == '' }} - uses: peter-evans/create-or-update-comment@v1 + uses: peter-evans/create-or-update-comment@v2 with: issue-number: ${{ steps.get-pr-number.outputs.num }} + token: ${{ secrets.BOT_TOKEN }} body: ${{ steps.get-comment-body.outputs.body }} - name: Update comment on PR with links to plugin builds if: ${{ steps.find-comment.outputs.comment-id != '' }} - uses: peter-evans/create-or-update-comment@v1 + uses: peter-evans/create-or-update-comment@v2 with: comment-id: ${{ steps.find-comment.outputs.comment-id }} + token: ${{ secrets.BOT_TOKEN }} edit-mode: replace body: ${{ steps.get-comment-body.outputs.body }} \ No newline at end of file diff --git a/.github/workflows/deploy-s3-store.yml b/.github/workflows/deploy-s3-store.yml index a74560f..aaa0da4 100644 --- a/.github/workflows/deploy-s3-store.yml +++ b/.github/workflows/deploy-s3-store.yml @@ -31,7 +31,7 @@ jobs: yarn run build yarn run dist - name: WordPress Theme Deploy - uses: HardeepAsrani/action-wordpress-theme-deploy@v1.0 + uses: Codeinwp/action-wordpress-theme-deploy@v1.0 env: SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }} SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }} @@ -64,4 +64,4 @@ jobs: STORE_URL: ${{ secrets.THEMEISLE_STORE_URL }} GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }} BUILD_VERSION: ${{ env.BUILD_VERSION }} - uses: Codeinwp/action-store-release@main \ No newline at end of file + uses: Codeinwp/action-store-release@main diff --git a/composer.lock b/composer.lock index 4bb43e1..ca4fd31 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "codeinwp/themeisle-sdk", - "version": "3.2.32", + "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/Codeinwp/themeisle-sdk.git", - "reference": "76c09a05d01b83f620db230146e264bdb9a38af6" + "reference": "68dc5d11c1d7a20a13f3ae730183f61ff309d574" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/76c09a05d01b83f620db230146e264bdb9a38af6", - "reference": "76c09a05d01b83f620db230146e264bdb9a38af6", + "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/68dc5d11c1d7a20a13f3ae730183f61ff309d574", + "reference": "68dc5d11c1d7a20a13f3ae730183f61ff309d574", "shasum": "" }, "require-dev": { @@ -42,9 +42,9 @@ ], "support": { "issues": "https://github.com/Codeinwp/themeisle-sdk/issues", - "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.2.32" + "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.0" }, - "time": "2022-11-30T20:49:33+00:00" + "time": "2023-05-30T08:55:06+00:00" } ], "packages-dev": [ @@ -2376,5 +2376,5 @@ "platform-overrides": { "php": "7.0" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.3.0" } diff --git a/parts/footer.html b/parts/footer.html index 10d1166..1bb6740 100644 --- a/parts/footer.html +++ b/parts/footer.html @@ -33,15 +33,15 @@

Footer

-
+
-

Copyright 2022 - Website

+

Copyright 2023 - Riverbank FSE theme

-
+