Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.0 to 4.2.1 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent bdcb431 commit c33bd1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-setup-vexctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
permissions: {}
name: Install vexctl and test presence in path
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Install vexctl
uses: ./
- name: Check install!
Expand All @@ -44,7 +44,7 @@ jobs:
permissions: {}
name: Install Custom vexctl 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 vexctl
uses: ./
with:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
permissions: {}
name: Install Custom path vexctl and test presence in path
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Install vexctl
uses: ./
with:
Expand All @@ -99,7 +99,7 @@ jobs:
permissions: {}
name: Try to install a wrong vexctl
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Install vexctl
uses: ./
with:
Expand Down

0 comments on commit c33bd1a

Please sign in to comment.