From 93af455cb808258cb4c60c7148f68c3f28f850e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 23:11:17 +0200 Subject: [PATCH] Bump actions/checkout from 4.1.6 to 4.1.7 (#17) --- .github/workflows/test-action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index c3b8e58..7240c4a 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -16,7 +16,7 @@ jobs: permissions: {} name: Install kubepug and test presence in path steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install kubepug uses: ./ - name: Check install! @@ -36,7 +36,7 @@ jobs: permissions: {} name: Install Custom kubepug and test presence in path with custom root dir steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install kubepug uses: ./ with: @@ -64,7 +64,7 @@ jobs: permissions: {} name: Install Custom path kubepug and test presence in path steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install kubepug uses: ./ with: @@ -85,7 +85,7 @@ jobs: permissions: {} name: Try to install a wrong kubepug steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install kubepug uses: ./ with: