Skip to content

Commit 1915e3b

Browse files
committed
fix: Update repo references per renamed project
1 parent 69557a7 commit 1915e3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
using: "composite"
2626
steps:
2727
- name: Restore cached value
28-
uses: github/continuous-accessibility-scanner/.github/actions/gh-cache/restore@main
28+
uses: github/continuous-ai-for-accessibility-scanner/.github/actions/gh-cache/restore@main
2929
with:
3030
path: ${{ inputs.key }}
3131
token: ${{ inputs.token }}
@@ -41,7 +41,7 @@ runs:
4141
4242
- if: ${{ inputs.value }}
4343
name: Save cached value
44-
uses: github/continuous-accessibility-scanner/.github/actions/gh-cache/save@main
44+
uses: github/continuous-ai-for-accessibility-scanner/.github/actions/gh-cache/save@main
4545
with:
4646
path: ${{ inputs.key }}
4747
token: ${{ inputs.token }}

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
steps:
1919
- name: Restore cached_findings
2020
id: restore
21-
uses: github/continuous-accessibility-scanner/.github/actions/gh-cache/cache@main
21+
uses: github/continuous-ai-for-accessibility-scanner/.github/actions/gh-cache/cache@main
2222
with:
2323
key: cached_findings-${{ github.ref_name }}
2424
token: ${{ inputs.token }}
@@ -43,7 +43,7 @@ runs:
4343
repository: ${{ inputs.repository }}
4444
token: ${{ inputs.token }}
4545
- name: Save cached_findings
46-
uses: github/continuous-accessibility-scanner/.github/actions/gh-cache/cache@main
46+
uses: github/continuous-ai-for-accessibility-scanner/.github/actions/gh-cache/cache@main
4747
with:
4848
key: cached_findings-${{ github.ref_name }}
4949
value: ${{ steps.file.outputs.findings }}

0 commit comments

Comments
 (0)