From f0c842310e71133cae154b9ae59130019929a1c3 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Wed, 29 Mar 2023 17:31: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 5e21239a..1f7851cb 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@c64db31d359214d244884dd68f971a110b29ab83 + uses: tim-actions/get-pr-commits@8673d84c368f480628607dbe21c88545811ef23a with: token: ${{ secrets.GITHUB_TOKEN }}