lockbox

password manager
Log | Files | Refs | README | LICENSE

commit ffa79f926fad25550933c9e9de6339941ec51594
parent 10950880f4b5dd7928e2bc866c96d94448464c20
Author: Sean Enck <sean@ttypty.com>
Date:   Fri,  5 Aug 2022 19:55:34 -0400

upgrade checkout vers

Diffstat:
M.github/workflows/main.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: container: image: alpine:latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: "deps" run: apk add go make bash git - name: "build"