Skip to content

Commit 6e631eb

Browse files
committed
Update dependencies + CI
1 parent d8ad3c0 commit 6e631eb

File tree

9 files changed

+45902
-56335
lines changed

9 files changed

+45902
-56335
lines changed

.github/workflows/npm-run-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: ${{ github.event_name }} == 'workflow_dispatch' || ${{ github.event.pull_request.head.repo.owner.login }} == 'git-for-windows'
2323
environment: git-for-windows-ci-push
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
with:
2727
repository: ${{ github.event.pull_request.head.repo.full_name }}
2828
ref: ${{ inputs.branch }}${{ github.event.pull_request.head.ref }}

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Publish GitHub Release from tag
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
with:
1818
token: ${{ secrets.PUSH_RELEASE_TRAINS_PAT }}
1919
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build: # make sure build/ci work properly
1313
runs-on: windows-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- run: npm ci
1717
- run: npm run build
1818
- run: npm run lint
@@ -36,7 +36,7 @@ jobs:
3636
test: # make sure the action works on a clean machine without building
3737
runs-on: windows-latest
3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v3
4040
- name: Run this Action in-place
4141
uses: ./
4242
- name: Verify that the Bash of Git for Windows' SDK is used

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: windows-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Setup Git for Windows' minimal SDK
1616
uses: git-for-windows/setup-git-for-windows-sdk@v1
1717
- name: Build

dist/index.js

Lines changed: 38305 additions & 38165 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 7588 additions & 18135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"@types/jest": "^27.4.0",
3838
"@types/node": "^16.11.7",
3939
"@types/unzipper": "^0.10.5",
40-
"@typescript-eslint/parser": "^4.33.0",
41-
"@vercel/ncc": "^0.33.4",
42-
"eslint": "^7.32.0",
40+
"@typescript-eslint/parser": "^5.18.0",
41+
"@vercel/ncc": "^0.33.3",
42+
"eslint": "^8.13.0",
4343
"eslint-plugin-anti-trojan-source": "^1.1.0",
4444
"eslint-plugin-github": "^4.3.2",
4545
"eslint-plugin-jest": "^26.1.4",

typings/@adobe/node-fetch-retry/index.d.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)