From 5a95a0ef8bfb3d3007e95696a0ff1751f885c112 Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Mon, 2 Oct 2023 17:18:56 +0100 Subject: [PATCH] Update custom actions' description --- .github/actions/python-cache/action.yml | 2 +- .github/actions/ruby-cache/action.yml | 2 +- .github/actions/xcode-cache/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/python-cache/action.yml b/.github/actions/python-cache/action.yml index 48b17a11..c1207803 100644 --- a/.github/actions/python-cache/action.yml +++ b/.github/actions/python-cache/action.yml @@ -1,5 +1,5 @@ name: 'Python Cache' -description: 'Run bootstrap.sh' +description: 'Cache Python dependencies' runs: using: "composite" steps: diff --git a/.github/actions/ruby-cache/action.yml b/.github/actions/ruby-cache/action.yml index 7b03fa01..25b8a9a7 100644 --- a/.github/actions/ruby-cache/action.yml +++ b/.github/actions/ruby-cache/action.yml @@ -1,5 +1,5 @@ name: 'Ruby Cache' -description: 'Run bootstrap.sh' +description: 'Cache Ruby dependencies' runs: using: "composite" steps: diff --git a/.github/actions/xcode-cache/action.yml b/.github/actions/xcode-cache/action.yml index f5458762..027e1fc1 100644 --- a/.github/actions/xcode-cache/action.yml +++ b/.github/actions/xcode-cache/action.yml @@ -1,5 +1,5 @@ name: 'Xcode Cache' -description: 'Run bootstrap.sh' +description: 'Cache Xcode dependencies' runs: using: "composite" steps: