chore: update GitHub Actions to use latest versions of checkout, setup-go, cache, and download actions

This commit is contained in:
ProtoTess
2025-12-01 00:55:21 +00:00
parent 753ab5a6ae
commit fbb18785da
4 changed files with 34 additions and 34 deletions
+2 -2
View File
@@ -15,10 +15,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@v4
with:
name: coverage-report