From 5f47875dddcd7d88817dc5d75f64ee910869c539 Mon Sep 17 00:00:00 2001 From: supertree-wook Date: Tue, 2 Apr 2024 10:02:28 +0900 Subject: [PATCH] Update cache action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4001247..8f2c12b 100644 --- a/action.yml +++ b/action.yml @@ -70,7 +70,7 @@ runs: - name: Cache binaries if: ${{ inputs.cache == true || inputs.cache == 'true' }} - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.aftman/bin