From ad2e8ac6b4f099208927c2e3472aff8cf5de5e22 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Wed, 16 Mar 2022 19:33:48 -0400 Subject: [PATCH] Update get-pr-commits GHA 1.1.0 to 1.2.0 This adds a feature, but nothing that seems relevant to us. github.com/tim-actions/get-pr-commits/compare/v1.1.0...v1.2.0 Signed-off-by: Daniel Farrell --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 4b90dad..74b9bfa 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Get PR commits id: 'get-pr-commits' - uses: tim-actions/get-pr-commits@55b867b9b28954e6f5c1a0fe2f729dc926c306d0 + uses: tim-actions/get-pr-commits@c64db31d359214d244884dd68f971a110b29ab83 with: token: ${{ secrets.GITHUB_TOKEN }}