Skip to content

Commit

Permalink
Bump actions/checkout (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 18, 2023
1 parent bd2e0a2 commit 568d116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Expand Up @@ -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!
Expand All @@ -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:
Expand Down

0 comments on commit 568d116

Please sign in to comment.