Skip to content

Commit 5d19b11

Browse files
committed
feat: bump setup version
1 parent a40c99f commit 5d19b11

5 files changed

Lines changed: 13 additions & 17 deletions

File tree

node_modules/.yarn-integrity

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

node_modules/@guidepup/setup/README.md

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

node_modules/@guidepup/setup/package.json

Lines changed: 3 additions & 3 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guidepup/setup-action",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "GitHub Action to setup your environment for screen reader test automation.",
55
"main": "index.js",
66
"author": "Craig Morten <craig.morten@hotmail.co.uk>",
@@ -23,6 +23,6 @@
2323
"dependencies": {
2424
"@actions/core": "^2.0.2",
2525
"@actions/exec": "^2.0.0",
26-
"@guidepup/setup": "^0.22.0"
26+
"@guidepup/setup": "^0.23.0"
2727
}
2828
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
dependencies:
5353
ffmpeg-static "^5.2.0"
5454

55-
"@guidepup/setup@^0.22.0":
56-
version "0.22.0"
57-
resolved "https://registry.yarnpkg.com/@guidepup/setup/-/setup-0.22.0.tgz#a96bef6048ccaa45e6f77386a53d71ed8edea252"
58-
integrity sha512-vSLtSp5G1+Av39+HgJi4HwrjldYQaK9i6hO+WawB4Fl58BpWKT4OACoTGyYaovMfSaKN1NcqnTdQ4ayVVieeWw==
55+
"@guidepup/setup@^0.23.0":
56+
version "0.23.0"
57+
resolved "https://registry.yarnpkg.com/@guidepup/setup/-/setup-0.23.0.tgz#70540e94e0ac071a3a014fcef9c0873f35a40d12"
58+
integrity sha512-0VueaaH48QY+3Z+JXq8O+I060HT+lAzvPTw1ufUpIyRw7aVitvNUagJB2L1Fjua/vUAFD9/BbtIGFdU8mhMGMg==
5959
dependencies:
6060
chalk "^4.0.0"
6161
decompress "^4.2.1"

0 commit comments

Comments
 (0)