From 13b765f7219063e45fd3076c31eeedc27441c25d Mon Sep 17 00:00:00 2001 From: Kichura <68134602+Kichura@users.noreply.github.com> Date: Sun, 18 Feb 2024 17:15:46 +0100 Subject: [PATCH] Update release-downloader to 1.9, Remove "the" from step names (#807) 1. Updates the release-downloader job to 1.9 - Release notes can be found [here](https://github.com/robinraju/release-downloader/releases/tag/v1.9), 2. Removes the word "the" from checkout step and download step as it's too bizarre. --- .github/workflows/auto-publish.yml | 8 ++++---- .github/workflows/git-repo-sync.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 18b820e9..3e02ead6 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -8,8 +8,8 @@ jobs: runs-on: ubuntu-22.04 environment: github-actions steps: - - name: Download the pack files - uses: robinraju/release-downloader@v1.8 + - name: Download pack files + uses: robinraju/release-downloader@v1.9 id: download-files with: fileName: "*.zip" @@ -32,8 +32,8 @@ jobs: runs-on: ubuntu-22.04 environment: github-actions steps: - - name: Download the pack files - uses: robinraju/release-downloader@v1.8 + - name: Download pack files + uses: robinraju/release-downloader@v1.9 id: download-files with: fileName: "*.mrpack" diff --git a/.github/workflows/git-repo-sync.yml b/.github/workflows/git-repo-sync.yml index 3ea5efb4..2dc0ec73 100644 --- a/.github/workflows/git-repo-sync.yml +++ b/.github/workflows/git-repo-sync.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-22.04 name: Git Repo Sync - BitBucket steps: - - name: Checkout the Repository + - name: Checkout Repository uses: actions/checkout@v4 with: fetch-depth: 0