From cbd0a18adeedffea022821872d8cffe930288e50 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Thu, 3 Oct 2024 19:47:36 +0200 Subject: [PATCH] rename action to follow convention of other actions --- .github/workflows/check_outdated_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_outdated_dependencies.yml b/.github/workflows/check_outdated_dependencies.yml index d84667027..df2d3a9b8 100644 --- a/.github/workflows/check_outdated_dependencies.yml +++ b/.github/workflows/check_outdated_dependencies.yml @@ -1,4 +1,4 @@ -name: Check Dependencies +name: check-outdated-dependencies on: push: # This will trigger the action when a pull request is opened or updated.