From dc83e40efe39932b17ccf7ef74fdca5ed127c1e3 Mon Sep 17 00:00:00 2001 From: ikoamu Date: Wed, 24 Jan 2024 00:58:21 +0900 Subject: Update action.yml to use actions/checkout@v4 --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9540bca..027a0e6 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,10 @@ runs: using: "composite" steps: - name: Checkout this repo - uses: ./ + uses: actions/checkout@v4 + with: + repository: ${{ github.action_repository }} + path: "action" - name: "Checkout org file repo" uses: actions/checkout@v4 -- cgit