From e7eee87a90c32d4f5803bbd2f4633a522ef5150b Mon Sep 17 00:00:00 2001 From: William Melody Date: Tue, 16 Jul 2024 16:36:11 -0700 Subject: [PATCH] Update `bat` to latest version in GitHub Actions. --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3515d074..6083884c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -260,8 +260,8 @@ jobs: sudo apt-get install w3m -y curl -LO https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-1-amd64.deb sudo dpkg -i pandoc-3.2-1-amd64.deb - curl -LO https://github.com/sharkdp/bat/releases/download/v0.16.0/bat_0.16.0_amd64.deb - sudo dpkg -i bat_0.16.0_amd64.deb + curl -LO https://github.com/sharkdp/bat/releases/download/v0.24.0/bat_0.24.0_amd64.deb + sudo dpkg -i bat_0.24.0_amd64.deb sudo gem install asciidoctor git config --global user.name "Example Name" git config --global user.email "example@example.com"