diff --git a/.github/workflows/check-typos.yaml b/.github/workflows/check-typos.yaml index f1137bc..3f9cccf 100644 --- a/.github/workflows/check-typos.yaml +++ b/.github/workflows/check-typos.yaml @@ -16,4 +16,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Spell Check Repo - uses: crate-ci/typos@57b11c6b7e54c402ccd9cda953f1072ec4f78e33 # v1.43.5 + uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # v1.44.0 diff --git a/.github/workflows/ci.api.yaml b/.github/workflows/ci.api.yaml index 0a6fc19..e93461e 100644 --- a/.github/workflows/ci.api.yaml +++ b/.github/workflows/ci.api.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Set up Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '1.24' diff --git a/.github/workflows/ci.web.yaml b/.github/workflows/ci.web.yaml index cf2b2ee..1f7f4fe 100644 --- a/.github/workflows/ci.web.yaml +++ b/.github/workflows/ci.web.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: '24' cache: 'npm'