diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-24 22:28:27 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-24 22:41:54 +0900 |
| commit | 3401c2e0c7c441c2a13c11e958f6b99efc50bd29 (patch) | |
| tree | 96bdbf5799d20092577b15080dbe5424bf10b0a0 /.github/workflows | |
| parent | e8cb31541984e93dcbaa5f2ac5f56ec390279d5e (diff) | |
| download | fzf-3401c2e0c7c441c2a13c11e958f6b99efc50bd29.tar.gz | |
Remove alignment in .tool-versions for RuboCop
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 454f56e9..7d1f8e75 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.1 + ruby-version: 3.4.6 - name: Install packages run: sudo apt-get install --yes zsh fish tmux shfmt |
