From dc22d814512dbf17c60813de0749277183217434 Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 29 Nov 2021 03:34:25 +0100 Subject: [PATCH] homogenize 'Checkout' icon --- .github/workflows/BuildTheDocs.yml | 2 +- .github/workflows/Package.yml | 2 +- .github/workflows/PublishToGitHubPages.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/BuildTheDocs.yml b/.github/workflows/BuildTheDocs.yml index 4870444..dbb3de7 100644 --- a/.github/workflows/BuildTheDocs.yml +++ b/.github/workflows/BuildTheDocs.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout repository + - name: ⏬ Checkout repository uses: actions/checkout@v2 - name: 🛳️ Build documentation diff --git a/.github/workflows/Package.yml b/.github/workflows/Package.yml index 86447f6..f637dfa 100644 --- a/.github/workflows/Package.yml +++ b/.github/workflows/Package.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: 📥 Checkout repository + - name: ⏬ Checkout repository uses: actions/checkout@v2 - name: 🐍 Setup Python ${{ inputs.python_version }} diff --git a/.github/workflows/PublishToGitHubPages.yml b/.github/workflows/PublishToGitHubPages.yml index 64d2028..9a77da6 100644 --- a/.github/workflows/PublishToGitHubPages.yml +++ b/.github/workflows/PublishToGitHubPages.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout repository + - name: ⏬ Checkout repository uses: actions/checkout@v2 - name: 📥 Download artifacts '${{ inputs.doc }}' from 'BuildTheDocs' job