Skip to content

Commit

Permalink
Update some github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-spb authored May 20, 2024
1 parent ff1ddff commit 5fc17c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: certsquirt

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 'stable'

Expand All @@ -33,14 +33,14 @@ jobs:

- name: Install aws-sdk-cpp
id: vcpkg
uses: johnwason/vcpkg-action@v4
uses: johnwason/vcpkg-action@v6
with:
pkgs: aws-sdk-cpp[kms] aws-sdk-cpp[acm-pca]
triplet: x64-linux-dynamic
token: ${{ github.token }}

- name: Checkout aws-kms-pkcs11
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "JackOfMostTrades/aws-kms-pkcs11"
path: aws-kms-pkcs11
Expand Down

0 comments on commit 5fc17c4

Please sign in to comment.