lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 0d16a069f02f4605261f12e97639584d86729215
parent b98485ce8bb10045f22beb251344a94943ff4d26
Author: Sean <sean@ttypty.com>
Date:   Mon, 24 Nov 2025 14:07:29 -0500

Merge pull request #4 from enckse/dependabot/github_actions/actions/checkout-6

Bump actions/checkout from 5 to 6
Diffstat:
M.github/workflows/build.yml | 2+-
M.github/workflows/release.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: container: image: ${{ matrix.os.image }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-go@v6 with: go-version: 1.24 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: goreleaser: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: actions/setup-go@v6