Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.6 to 4.1.7 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 12, 2024
1 parent 98d2c86 commit 93af455
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 93af455

Please sign in to comment.