From b75ec8b4562794f9152b5f6bc3ce5d8fd548aa2d Mon Sep 17 00:00:00 2001 From: kazaker Date: Thu, 17 Nov 2022 13:28:42 +0100 Subject: [PATCH] bump dependecy version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 79736421dc1..aafd1ab9dcc 100644 --- a/action.yml +++ b/action.yml @@ -184,7 +184,7 @@ runs: INPUT_MAX_FETCH_DEPTH: ${{ inputs.max_fetch_depth }} INPUT_SINCE_LAST_REMOTE_COMMIT: ${{ inputs.since_last_remote_commit }} - name: Glob match - uses: auto1-oss/glob@2022.10.18.1 + uses: auto1-oss/glob@2022.11.17.1 id: glob with: files: ${{ inputs.files }}