lockbox

password manager
Log | Files | Refs | README | LICENSE

commit f9915d88f9e56972740c038fb90318bfb596dde7
parent ed8fee4185d2ff37775b0e4ea5b9aa20b5ff54b6
Author: Sean Enck <sean@ttypty.com>
Date:   Mon,  4 Sep 2023 18:45:06 -0400

bump checkout

Diffstat:
M.github/workflows/build.yml | 6+++---
M.github/workflows/release.yml | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: container: image: alpine:latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "deps" run: apk add go make git bash - name: "build" @@ -24,7 +24,7 @@ jobs: ubuntu-build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "deps" run: sudo apt-get install -y golang - name: "build" @@ -32,6 +32,6 @@ jobs: macos-build: runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "build" run: make check VERSION=${GITHUB_SHA} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: go