diff --git a/.github/workflows/pack-validation.yml b/.github/workflows/pack-validation.yml index 1be8fac4..465d945b 100644 --- a/.github/workflows/pack-validation.yml +++ b/.github/workflows/pack-validation.yml @@ -26,11 +26,11 @@ jobs: sudo tar -zxvf go-containerregistry.tar.gz -C /usr/local/bin/ crane # Checkout code - name: Checkout branch - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1 + uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6 # Run Validations - name: Check Packs