branch: elpa/reformatter commit c52e91d5438b9bf16b77b4384822e254f10a6b0a Merge: 6ac08cebafb ad8692a0629 Author: Steve Purcell <st...@sanityinc.com> Commit: GitHub <nore...@github.com>
Merge pull request #65 from purcell/dependabot/github_actions/actions/checkout-5 chore(deps): bump actions/checkout from 4 to 5 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca04d13bb41..e6179ef52e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - uses: purcell/setup-emacs@master with: version: 29.1 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run tests run: make package-lint @@ -41,7 +41,7 @@ jobs: - uses: purcell/setup-emacs@master with: version: ${{ matrix.emacs_version }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install deps for tests run: nix profile install 'nixpkgs#shfmt' - name: Run tests