Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/actions/auth/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/actions/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "module",
"dependencies": {
"@actions/core": "^1.11.1",
"playwright": "^1.56.1"
"playwright": "^1.57.0"
},
"devDependencies": {
"@types/node": "^24.10.1",
Expand Down
17 changes: 9 additions & 8 deletions .github/actions/find/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/actions/find/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@axe-core/playwright": "^4.11.0",
"playwright": "^1.56.1"
"playwright": "^1.57.0"
},
"devDependencies": {
"@types/node": "^24.10.1",
Expand Down
1 change: 1 addition & 0 deletions .github/actions/gh-cache/save/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ runs:
shell: bash
run: |
if [ -f "${{ inputs.path }}" ]; then
mkdir -p ".gh-cache-${{ github.run_id }}/$(dirname "${{ inputs.path }}")"
cp -Rf "${{ inputs.path }}" ".gh-cache-${{ github.run_id }}/${{ inputs.path }}"
echo "Copied '${{ inputs.path }}' to 'gh-cache' branch"
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v6

- name: Setup Ruby
uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71
uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c
with:
ruby-version: "3.4"
bundler-cache: true
Expand Down
Loading