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