Skip to content

Commit 91c8951

Browse files
Bump Dependencies (#1624)
* Bump Dependencies > [email protected] bumpdependencies > ncu --upgrade --reject bootstrap Upgrading /home/runner/work/ungit/ungit/package.json @eslint/js ~9.31.0 → ~9.33.0 @primer/octicons ~19.15.3 → ~19.15.5 electron ~37.2.3 → ~37.2.6 eslint ~9.31.0 → ~9.33.0 eslint-plugin-n ~17.21.0 → ~17.21.3 eslint-plugin-prettier ~5.5.3 → ~5.5.4 npm-check-updates ~18.0.1 → ~18.0.2 puppeteer ~24.14.0 → ~24.16.1 superagent ~10.2.2 → ~10.2.3 supertest ~7.1.3 → ~7.1.4 typescript ~5.8.3 → ~5.9.2 Run npm install to install new versions. * Bump actions/checkout to v5 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: campersau <[email protected]>
1 parent 55af166 commit 91c8951

File tree

3 files changed

+241
-230
lines changed

3 files changed

+241
-230
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# WINEDLLOVERRIDES: 'mscoree,mshtml='
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- name: Use Node.js ${{ matrix.node-version }}
2222
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)