Skip to content

Commit f5fe7fd

Browse files
authored
Prepare v2.7.0 (#84)
2 parents 9a6726b + 920b57c commit f5fe7fd

File tree

8 files changed

+91
-100
lines changed

8 files changed

+91
-100
lines changed

.github/actions/auth/package-lock.json

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

.github/actions/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "module",
1515
"dependencies": {
1616
"@actions/core": "^1.11.1",
17-
"playwright": "^1.56.1"
17+
"playwright": "^1.57.0"
1818
},
1919
"devDependencies": {
2020
"@types/node": "^24.10.1",

.github/actions/find/package-lock.json

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

.github/actions/find/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@actions/core": "^1.11.1",
1717
"@axe-core/playwright": "^4.11.0",
18-
"playwright": "^1.56.1"
18+
"playwright": "^1.57.0"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^24.10.1",

.github/actions/gh-cache/save/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ runs:
6464
shell: bash
6565
run: |
6666
if [ -f "${{ inputs.path }}" ]; then
67+
mkdir -p ".gh-cache-${{ github.run_id }}/$(dirname "${{ inputs.path }}")"
6768
cp -Rf "${{ inputs.path }}" ".gh-cache-${{ github.run_id }}/${{ inputs.path }}"
6869
echo "Copied '${{ inputs.path }}' to 'gh-cache' branch"
6970
fi

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v6
3535

3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71
37+
uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c
3838
with:
3939
ruby-version: "3.4"
4040
bundler-cache: true

0 commit comments

Comments
 (0)