summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-09 13:52:48 +0000
committerGitHub <noreply@github.com>2023-01-09 13:52:48 +0000
commite70b9b84de583d51c96c0484152767e2c734d835 (patch)
tree4dedd7fd7897467ba816682b3c8c5e87d4b7764a /.github
parent74dd9727d2db2041558ebea11ea51ee1240d4ec0 (diff)
downloadpylint-git-e70b9b84de583d51c96c0484152767e2c734d835.tar.gz
Bump actions/setup-node from 3.5.1 to 3.6.0 (#8040)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.5.1...v3.6.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/primer_comment.yaml2
-rw-r--r--.github/workflows/primer_run_pr.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml
index cebff0682..05d917cd2 100644
--- a/.github/workflows/primer_comment.yaml
+++ b/.github/workflows/primer_comment.yaml
@@ -29,7 +29,7 @@ jobs:
name: Run
runs-on: ubuntu-latest
steps:
- - uses: actions/setup-node@v3.5.1
+ - uses: actions/setup-node@v3.6.0
with:
node-version: 16
- run: npm install @octokit/rest
diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml
index 40d812daf..81ef3fba4 100644
--- a/.github/workflows/primer_run_pr.yaml
+++ b/.github/workflows/primer_run_pr.yaml
@@ -50,7 +50,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
check-latest: true
- - uses: actions/setup-node@v3.5.1
+ - uses: actions/setup-node@v3.6.0
with:
node-version: 16
- run: npm install @octokit/rest