diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index ee08c7c..2fb1c42 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -37,7 +37,7 @@ jobs: cp build/linux/${{ steps.repo-name.outputs.REPOSITORY_NAME }} dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }} - name: Setup Ruby - uses: ruby/setup-ruby@v1.201.0 + uses: ruby/setup-ruby@v1.202.0 with: bundler-cache: true working-directory: .github