diff --git a/.github/workflows/cargo-release.yml b/.github/workflows/cargo-release.yml index 5fbb165..bfdf1e5 100644 --- a/.github/workflows/cargo-release.yml +++ b/.github/workflows/cargo-release.yml @@ -19,9 +19,9 @@ jobs: uses: actions/checkout@v4 # Checkout the repository using the specified action - name: Set Up Lua - uses: leafo/gh-actions-lua@v10 # Set up Lua + - uses: xpol/setup-lua@v1 with: - luaVersion: "5.1.5" + lua-version: '5.1.5' - name: Set Up Rust uses: actions-rs/toolchain@v1 # Set up the Rust toolchain