From e1543e31394c55e0df75a67dec01dbc8424cf374 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Wed, 29 Mar 2023 16:58:15 -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 ddc4b7f2e..e9bd3f645 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 }}