Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.0 to 4.2.1 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent b99bc19 commit 513a5a7
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Install kubepug
uses: ./
with:
Expand All @@ -85,7 +85,7 @@ jobs:
permissions: {}
name: Try to install a wrong kubepug
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Install kubepug
uses: ./
with:
Expand Down

0 comments on commit 513a5a7

Please sign in to comment.