From c9333fb011676d23376fab78055c8120fbb74a19 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Sat, 18 May 2024 17:25:24 +0200 Subject: [PATCH] use v1 of get-datetime --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0e75d5d..082653c 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ runs: steps: - uses: actions/checkout@v4 - id: datetime - uses: ./.github/composite-actions/get-datetime + uses: benzine-framework/get-datetime@v1 - id: read-php-version shell: bash working-directory: ${{ inputs.working_directory }}