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

Merge pull request #41 from getsops/dependabot/github_actions/actions/checkout-4.2.1

Bump actions/checkout from 4.2.0 to 4.2.1
This commit is contained in:
Felix Fontein
2024-10-14 18:18:48 +02:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Run mod tidy
run: go mod tidy