Bump versions of actions and dependencies.
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f2bd206..7d5f021 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -14,7 +14,7 @@
     env:
       GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
     steps:
-      - uses: actions/checkout@v4.1.1
+      - uses: actions/checkout@v4.1.4
       - run: |
           gh release create "${GITHUB_REF_NAME}" \
             --generate-notes --latest --verify-tag \
diff --git a/MODULE.bazel b/MODULE.bazel
index ef0c1fb..3c3ee5c 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -4,8 +4,8 @@
     version = "2.12.0",
 )
 
-bazel_dep(name = "bazel_skylib", version = "1.5.0")
-bazel_dep(name = "platforms", version = "0.0.9")
+bazel_dep(name = "bazel_skylib", version = "1.6.1")
+bazel_dep(name = "platforms", version = "0.0.10")
 bazel_dep(name = "rules_cc", version = "0.0.9")
 bazel_dep(name = "rules_python", version = "0.31.0")