aboutsummaryrefslogtreecommitdiff
path: root/action.yml
diff options
context:
space:
mode:
authorikoamu <ikoamu@gmail.com>2024-01-24 00:58:21 +0900
committerikoamu <ikoamu@gmail.com>2024-01-24 00:58:21 +0900
commitdc83e40efe39932b17ccf7ef74fdca5ed127c1e3 (patch)
tree9158fef37a45f7e0726d6654baaf5ecb51ca963d /action.yml
parent6a546e32d5fa0c38b99fc00de0f6c3c155477be7 (diff)
Update action.yml to use actions/checkout@v4
Diffstat (limited to 'action.yml')
-rw-r--r--action.yml5
1 files changed, 4 insertions, 1 deletions
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