We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61085bb commit 7e1fb59Copy full SHA for 7e1fb59
.github/workflows/accessibility-alt-text-bot.yml
@@ -23,4 +23,4 @@ jobs:
23
if: ${{ !endsWith(github.actor, '[bot]') }}
24
runs-on: ubuntu-latest
25
steps:
26
- - uses: github/accessibility-alt-text-bot@v1.6.0
+ - uses: github/accessibility-alt-text-bot@v1.7.1
.github/workflows/test-js.yml
@@ -40,7 +40,7 @@ jobs:
40
run: pnpm test:js-run
41
42
- name: Report coverage
43
- uses: codecov/codecov-action@v5.1.2
+ uses: codecov/codecov-action@v5.4.0
44
with:
45
file: coverage/lcov.info
46
flags: ${{ matrix.ts_version }}
0 commit comments