From ad5079c09f96777e59d0a011add64bf91815ddc8 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Tue, 21 Mar 2023 16:34:36 -0400 Subject: [PATCH] Bump tim-actions/get-pr-commits for Node.js update Bump to the latest commit, which updates node from 12 to 16 in addition to an actions/core update. Relates-to: submariner-io/subctl#537 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 f5bd3edcf..89d573d70 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Get PR commits id: 'get-pr-commits' - uses: tim-actions/get-pr-commits@c64db31d359214d244884dd68f971a110b29ab83 + uses: tim-actions/get-pr-commits@8673d84c368f480628607dbe21c88545811ef23a with: token: ${{ secrets.GITHUB_TOKEN }}