From 31745f3bb31f1719f1fa9140732b182fc2218bd3 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@fml128.ch>
Date: Sun, 12 Jan 2025 10:01:37 +0000
Subject: [PATCH] chore(deps): update git.fml128.ch/fml128/idkyet-builder
 docker tag to v2025.01.120953

---
 aur/action.yml      | 4 ++--
 builder/action.yml  | 2 +-
 validate/action.yml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/aur/action.yml b/aur/action.yml
index 7e87493..30fe80b 100644
--- a/aur/action.yml
+++ b/aur/action.yml
@@ -12,7 +12,7 @@ runs:
   steps:
     - name: Get aur cache key
       id: cache-aur-key
-      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.01.111418
+      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.01.120953
       with:
         args: generate_aur_cache_key ${{ inputs.layer_config_file }}
     - name: Restore aur cache
@@ -27,7 +27,7 @@ runs:
           aur-${{ github.repository }}-
     - name: Build aur
       if: steps.cache-aur-key.outputs.cache-aur-key != 'empty' && steps.cache-aur-restore.outputs.cache-hit != 'true'
-      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.01.111418
+      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.01.120953
       with:
         args: build_aur_packages ${{ inputs.layer_config_file }}
     - name: Save aur cache
diff --git a/builder/action.yml b/builder/action.yml
index 3e17476..db1b7a6 100644
--- a/builder/action.yml
+++ b/builder/action.yml
@@ -27,6 +27,6 @@ runs:
   using: "composite"
   steps:
     - name: Build image
-      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.01.111418
+      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.01.120953
       with:
         args: build ${{ inputs.layer_config_file }}
diff --git a/validate/action.yml b/validate/action.yml
index b168c59..55e82c6 100644
--- a/validate/action.yml
+++ b/validate/action.yml
@@ -9,6 +9,6 @@ runs:
   using: "composite"
   steps:
     - name: Validate image
-      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.01.111418
+      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.01.120953
       with:
         args: validate ${{ inputs.layer_config_file }}
\ No newline at end of file
-- 
2.45.3