diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 311e293..8416b11 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -38,7 +38,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5.0.0 # immutable action, safe to use the versions - name: Install Go - uses: actions/setup-go@v5.2.0 # immutable action, safe to use the versions + uses: actions/setup-go@v5.5.0 # immutable action, safe to use the versions with: go-version: ${{ matrix.go }} - name: Run Unit Tests @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v5.0.0 # immutable action, safe to use the versions - name: Install Go - uses: actions/setup-go@v5.2.0 # immutable action, safe to use the versions + uses: actions/setup-go@v5.5.0 # immutable action, safe to use the versions with: go-version: 'stable' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 85885ee..64877bf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v5.0.0 # immutable action, safe to use the versions - name: Install Go - uses: actions/setup-go@v5.2.0 # immutable action, safe to use the versions + uses: actions/setup-go@v5.5.0 # immutable action, safe to use the versions with: go-version: 'stable'