From 031bcf52c228aacbd15da5b551e5f306cd0d903d Mon Sep 17 00:00:00 2001 From: Leo Gaskin Date: Fri, 29 Sep 2023 21:41:24 +0200 Subject: [PATCH] Update GitHub Actions workflow dependencies --- .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 5a49413..c9c4986 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: check: melpa ignore_warnings: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: purcell/setup-emacs@master with: version: ${{ matrix.emacs_version }} @@ -79,7 +79,7 @@ jobs: - byte-compile - checkdoc steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: purcell/setup-emacs@master with: version: ${{ matrix.emacs_version }}