Skip to content

Commit 71f63e7

Browse files
authored
Merge pull request #339 from dennisameling/node-16
Upgrade to Node v16
2 parents 284f05e + 22283e0 commit 71f63e7

File tree

10 files changed

+47537
-44704
lines changed

10 files changed

+47537
-44704
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

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ inputs:
3030
description: 'Use @actions/cache to accelerate this Action'
3131
default: 'auto'
3232
runs:
33-
using: 'node12'
33+
using: 'node16'
3434
main: 'dist/index.js'

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.

0 commit comments

Comments
 (0)