Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.0 to 3.5.2 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 17, 2023
1 parent 821641a commit 0956db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
permissions: {}
name: Install Vault and test presence in path
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Install Vault
uses: ./
with:
Expand Down

0 comments on commit 0956db1

Please sign in to comment.