From e01a7232dec6976b0a7df1c9e560bc97a073ef52 Mon Sep 17 00:00:00 2001 From: Alex Supkay Date: Sat, 25 May 2024 19:05:23 -0400 Subject: [PATCH] Fix name --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d3bb333..087c934 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ outputs: description: "Says whether the package has changed according to its dependencies" value: ${{ steps.changedStep.outputs.changed }} runs: - runs-on: composite: + using: composite: steps: - uses: actions/checkout@v3 with: