Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit b4cccab

Browse files
authored
Update @actions/core and @actions/github (#9133)
* Update @actions/core and @actions/github * Add rimraf as a script to avoid actions failing * Bump AbleLincoln/push-to-sftp which supports Node 16
1 parent 0db82f8 commit b4cccab

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/generate-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: mv woocommerce-gutenberg-products-block.zip wc-blocks-pr-release__temp/woocommerce-gutenberg-products-block-${{ github.event.pull_request.number }}.zip
4040

4141
- name: Transfer ZIP file via SFTP
42-
uses: AbleLincoln/push-to-sftp@v2.0
42+
uses: AbleLincoln/push-to-sftp@v2.1
4343
with:
4444
host: ${{ secrets.FTP_HOST }}
4545
port: 22

package-lock.json

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"postinstall": "patch-package",
6969
"reformat-files": "prettier --ignore-path .eslintignore --write \"**/*.{js,jsx,json,ts,tsx}\"",
7070
"release": "sh ./bin/wordpress-deploy.sh",
71+
"rimraf": "./node_modules/rimraf/bin.js",
7172
"start": "rimraf build/* && cross-env BABEL_ENV=default CHECK_CIRCULAR_DEPS=true webpack --watch --info-verbosity none",
7273
"storybook": "start-storybook -c ./storybook -p 6006 --ci",
7374
"storybook:build": "BABEL_ENV=development build-storybook -c ./storybook -o ./storybook/dist",
@@ -94,7 +95,7 @@
9495
},
9596
"devDependencies": {
9697
"@actions/core": "1.10.0",
97-
"@actions/github": "5.0.3",
98+
"@actions/github": "5.1.1",
9899
"@automattic/color-studio": "2.5.0",
99100
"@babel/cli": "7.18.9",
100101
"@babel/core": "7.18.9",

0 commit comments

Comments
 (0)