Skip to content

Commit

Permalink
Update publish.hashicorpvault.plugin.yml
Browse files Browse the repository at this point in the history
HV GHA: bumping versions for various actions
  • Loading branch information
maksimu authored Jul 30, 2024
1 parent ebb4bbc commit 4fbedc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.hashicorpvault.plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
steps:

- name: "Checkout"
uses: actions/checkout@v3.0.0
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: "Set up Go"
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.20

# Cache GoLang libs
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand All @@ -43,7 +43,7 @@ jobs:
- name: "Retrieve secrets from KSM"
id: ksmsecrets
uses: Keeper-Security/ksm-action@v1
uses: Keeper-Security/ksm-action@master
with:
keeper-secret-config: ${{ secrets.KSM_HASHICORP_VAULT_APP_CONFIG }}
secrets: |
Expand Down

0 comments on commit 4fbedc6

Please sign in to comment.