1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-05 23:42:59 +00:00

chore: cleanup root of repo, update workflow actions (#1003)

Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
Kyle Mendell
2025-10-05 14:49:06 -05:00
committed by GitHub
parent 781be37416
commit 29fc185376
11 changed files with 50 additions and 55 deletions

View File

@@ -24,10 +24,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version-file: backend/go.mod