From a85b811eaba094bdd91a1a1d67e089078e47fbe0 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 27 Nov 2023 16:28:28 +0000 Subject: [PATCH] dev: implementing suggested changes --- nx-integration-tests-setup/action.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nx-integration-tests-setup/action.yml b/nx-integration-tests-setup/action.yml index f521162..fdd5893 100644 --- a/nx-integration-tests-setup/action.yml +++ b/nx-integration-tests-setup/action.yml @@ -16,14 +16,12 @@ inputs: description: "pr base SHA" required: true -# permissions: -# contents: write runs: using: "composite" steps: - name: Checkout PR commit - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ inputs.repository }} ref: ${{ inputs.ref }} @@ -66,7 +64,7 @@ runs: # should be able to cache this in future also - name: Checkout Nx Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: adamzero1/nx-for-php ref: docker-wrapper-2