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 }}