ci: Use latest GHA for ARM GCC setup

This version has updated cache actions.
diff --git a/.github/workflows/build_all_apps.yml b/.github/workflows/build_all_apps.yml
index 5fea050..3e7e971 100644
--- a/.github/workflows/build_all_apps.yml
+++ b/.github/workflows/build_all_apps.yml
@@ -34,7 +34,7 @@
       - uses: actions/setup-go@v3
         with:
           go-version: 'stable'
-      - uses: carlosperate/arm-none-eabi-gcc-action@48db4484a55750df7a0ccca63347fcdea6534d78
+      - uses: carlosperate/arm-none-eabi-gcc-action@v1.11.0
         with:
           release: '12.2.Rel1'
       - name: Install Dependencies
diff --git a/.github/workflows/build_blinky.yml b/.github/workflows/build_blinky.yml
index 70898cb..a62b4f0 100644
--- a/.github/workflows/build_blinky.yml
+++ b/.github/workflows/build_blinky.yml
@@ -34,7 +34,7 @@
       - uses: actions/setup-go@v3
         with:
           go-version: 'stable'
-      - uses: carlosperate/arm-none-eabi-gcc-action@48db4484a55750df7a0ccca63347fcdea6534d78
+      - uses: carlosperate/arm-none-eabi-gcc-action@v1.11.0
         with:
           release: '12.2.Rel1'
       - name: Install Dependencies
diff --git a/.github/workflows/build_bootloader.yml b/.github/workflows/build_bootloader.yml
index 9dc33e3..cfe7a15 100644
--- a/.github/workflows/build_bootloader.yml
+++ b/.github/workflows/build_bootloader.yml
@@ -34,7 +34,7 @@
       - uses: actions/setup-go@v3
         with:
           go-version: 'stable'
-      - uses: carlosperate/arm-none-eabi-gcc-action@48db4484a55750df7a0ccca63347fcdea6534d78
+      - uses: carlosperate/arm-none-eabi-gcc-action@v1.11.0
         with:
           release: '12.2.Rel1'
       - name: Install Dependencies
diff --git a/.github/workflows/build_cc_target.yml b/.github/workflows/build_cc_target.yml
index 81a7943..a1d787b 100644
--- a/.github/workflows/build_cc_target.yml
+++ b/.github/workflows/build_cc_target.yml
@@ -35,7 +35,7 @@
       - uses: actions/setup-go@v3
         with:
           go-version: 'stable'
-      - uses: carlosperate/arm-none-eabi-gcc-action@v1.10.1
+      - uses: carlosperate/arm-none-eabi-gcc-action@v1.11.0
         with:
           release: ${{ matrix.gcc }}
       - name: Install newt
diff --git a/.github/workflows/build_targets.yml b/.github/workflows/build_targets.yml
index 1b660b3..115717b 100644
--- a/.github/workflows/build_targets.yml
+++ b/.github/workflows/build_targets.yml
@@ -34,7 +34,7 @@
       - uses: actions/setup-go@v3
         with:
           go-version: 'stable'
-      - uses: carlosperate/arm-none-eabi-gcc-action@48db4484a55750df7a0ccca63347fcdea6534d78
+      - uses: carlosperate/arm-none-eabi-gcc-action@v1.11.0
         with:
           release: '12.2.Rel1'
       - name: Install GNU sed