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.
This commit is contained in:
Kichura 2024-02-18 17:15:46 +01:00 committed by GitHub
parent e7c9f7fcf3
commit 13b765f721
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -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"

View file

@ -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