From c1bb76ed64c9bcf8e71846a0729b67032fd89f90 Mon Sep 17 00:00:00 2001 From: Trong Huu Nguyen Date: Mon, 19 Jan 2026 08:49:43 +0100 Subject: [PATCH] ci: actions/setup-go@v6.2.0, jdx/mise-action@v3.6.0 --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ec678f7..9191944 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -15,10 +15,10 @@ jobs: - name: Checkout latest code uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v6 - name: Set up Go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # ratchet:actions/setup-go@v6 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # ratchet:actions/setup-go@v6 with: go-version-file: 'go.mod' - - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # ratchet:jdx/mise-action@v3 + - uses: jdx/mise-action@c53b9236f0b3370f31520f8b142f141256d839c6 # ratchet:jdx/mise-action@v3 - run: mise run check - run: mise run test build: