Skip to content

Commit 64d03d8

Browse files
chore: package version patch
1 parent 46a7b09 commit 64d03d8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

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/package.json

Lines changed: 2 additions & 2 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.17.0",
3+
"version": "0.17.1",
44
"description": "GitHub Action to setup your environment for screen reader test automation.",
55
"main": "index.js",
66
"author": "Craig Morten <[email protected]>",
@@ -23,6 +23,6 @@
2323
"dependencies": {
2424
"@actions/core": "^1.10.1",
2525
"@actions/exec": "^1.1.1",
26-
"@guidepup/setup": "^0.19.0"
26+
"@guidepup/setup": "^0.19.1"
2727
}
2828
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
dependencies:
5656
ffmpeg-static "^5.2.0"
5757

58-
"@guidepup/setup@^0.19.0":
59-
version "0.19.0"
60-
resolved "https://registry.yarnpkg.com/@guidepup/setup/-/setup-0.19.0.tgz#2640fc038e141682ffeb4a343246751f6b3af126"
61-
integrity sha512-t19JkRhWwoTyr7I0UXejQjnBDWXBOFd0kpFY8BaQWTPhgqeXkIa5LXNbNvqqJ08CPRpS3VGF+PzC3NrPFpyZEw==
58+
"@guidepup/setup@^0.19.1":
59+
version "0.19.1"
60+
resolved "https://registry.yarnpkg.com/@guidepup/setup/-/setup-0.19.1.tgz#4fcbe433ea65f3fe5796e42b7ac0fa1c34081b35"
61+
integrity sha512-UGDo2+6eXmcfAGJdaLVm+BV7PBmaLo02Gxw+6YIaXnlUMo2RtPtd/n200VEbtBgpft6gjCAPOofclJjuo2MFGQ==
6262
dependencies:
6363
"@guidepup/guidepup" "^0.24.0"
6464
"@guidepup/record" "^0.1.0"

0 commit comments

Comments
 (0)