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 runs-on: ubuntu-22.04
environment: github-actions environment: github-actions
steps: steps:
- name: Download the pack files - name: Download pack files
uses: robinraju/release-downloader@v1.8 uses: robinraju/release-downloader@v1.9
id: download-files id: download-files
with: with:
fileName: "*.zip" fileName: "*.zip"
@ -32,8 +32,8 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
environment: github-actions environment: github-actions
steps: steps:
- name: Download the pack files - name: Download pack files
uses: robinraju/release-downloader@v1.8 uses: robinraju/release-downloader@v1.9
id: download-files id: download-files
with: with:
fileName: "*.mrpack" fileName: "*.mrpack"

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
name: Git Repo Sync - BitBucket name: Git Repo Sync - BitBucket
steps: steps:
- name: Checkout the Repository - name: Checkout Repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0