1
0
mirror of https://github.com/getsops/sotp.git synced 2026-02-05 09:45:59 +01:00

Merge branch 'main' into dependabot/github_actions/actions/setup-go-5.0.1

This commit is contained in:
Felix Fontein
2024-07-09 11:37:30 +02:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Run mod tidy
run: go mod tidy