Skip to content

Commit a480c9e

Browse files
ci(dev-deps): update all non-major dependencies (#914)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 793324a commit a480c9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/accessibility-alt-text-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
if: ${{ !endsWith(github.actor, '[bot]') }}
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: github/accessibility-alt-text-bot@v1.5.0
26+
- uses: github/accessibility-alt-text-bot@v1.6.0

.github/workflows/test-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: pnpm test:js-run
4141

4242
- name: Report coverage
43-
uses: codecov/codecov-action@v5.0.7
43+
uses: codecov/codecov-action@v5.1.2
4444
with:
4545
file: coverage/lcov.info
4646
flags: ${{ matrix.ts_version }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.11.0
1+
22.13.0

0 commit comments

Comments
 (0)