Merge pull request #113 from hashicorp/bendbennett/issues-111

Add `useJSONNumber` to `Plan` and amend `UnmarshalJSON` behavior
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ed17715..eed0ba6 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,8 +5,3 @@
     schedule:
       interval: "daily"
     labels: ["dependencies"]
-  - package-ecosystem: "github-actions"
-    directory: "/"
-    schedule:
-      interval: "daily"
-    labels: ["dependencies"]
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c3c4c6b..b33b686 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,7 +20,7 @@
     timeout-minutes: 3
     steps:
       - name: Checkout Repo
-        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # https://github.com/actions/checkout/releases/tag/v4.1.1
+        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
       - name: Install copywrite
         uses: hashicorp/setup-copywrite@v1.1.2
       - name: Validate Header Compliance
@@ -41,9 +41,9 @@
           - "1.20"
     steps:
       - name: Checkout
-        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # https://github.com/actions/checkout/releases/tag/v4.1.1
+        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
       - name: Set up Go
-        uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # https://github.com/actions/setup-go/releases/tag/v4.1.0
+        uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
         with:
           go-version: ${{ matrix.go }}
       - name: Go mod download