Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request nodejs#1549 from nodejs/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/github-script-4.1

chore(deps): bump actions/github-script from 4.0.2 to 4.1
  • Loading branch information
nschonni authored Aug 20, 2021
2 parents 52e241d + 8479acc commit 86e9297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2

- name: Generate testing matrix
uses: actions/github-script@v4.0.2
uses: actions/github-script@v4.1
id: generator
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -58,7 +58,7 @@ jobs:

steps:
- name: Get short node version
uses: actions/github-script@v4.0.2
uses: actions/github-script@v4.1
id: short-version
with:
result-encoding: string
Expand Down

0 comments on commit 86e9297

Please sign in to comment.