summaryrefslogtreecommitdiff
path: root/.github/workflows/primer_comment.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-19 17:24:37 +0100
committerGitHub <noreply@github.com>2022-12-19 17:24:37 +0100
commit17539570473f3ec41c3d2913a8b4a99d8470ec4e (patch)
tree146c2a92ed28ff767883d14e8c8f486b3e11f308 /.github/workflows/primer_comment.yaml
parentedc79e5392b0abfed222631501905ecd7521304e (diff)
downloadpylint-git-17539570473f3ec41c3d2913a8b4a99d8470ec4e.tar.gz
Bump actions/checkout from 3.1.0 to 3.2.0 (#7960)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout 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/workflows/primer_comment.yaml')
-rw-r--r--.github/workflows/primer_comment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml
index 338e5c228..a7c983b4c 100644
--- a/.github/workflows/primer_comment.yaml
+++ b/.github/workflows/primer_comment.yaml
@@ -34,7 +34,7 @@ jobs:
node-version: 16
- run: npm install @octokit/rest
- name: Check out code from GitHub
- uses: actions/checkout@v3.1.0
+ uses: actions/checkout@v3.2.0
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/setup-python@v4.3.1