diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 2b124a46..91cdec64 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -22,7 +22,7 @@ jobs: ref: main token: ${{ steps.credentials.outputs.token }} - name: Install Golang - uses: actions/setup-go@v5.4.0 + uses: actions/setup-go@v5.5.0 with: go-version: "stable" - name: Get the latest version diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4076faed..e48020c9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5.4.0 + uses: actions/setup-go@v5.5.0 with: go-version: "1.24.3" - name: Lint @@ -57,7 +57,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Set up Go - uses: actions/setup-go@v5.4.0 + uses: actions/setup-go@v5.5.0 with: go-version: "1.24.3" - name: Report health score