diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index b4e0014..66539e3 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -15,7 +15,7 @@ jobs: permissions: {} name: Install Vault and test presence in path steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.0.0 - name: Install Vault uses: ./ - name: Check install! @@ -38,7 +38,7 @@ jobs: permissions: {} name: Install Custom Vault and test presence in path steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.0.0 - name: Install Vault uses: ./ with: