diff options
| author | JenChieh <jcs090218@gmail.com> | 2024-04-09 00:31:40 -0700 |
|---|---|---|
| committer | Tom Dalziel <33435574+tomdl89@users.noreply.github.com> | 2024-04-09 13:56:56 +0200 |
| commit | 0d4043408d9f623c07d99b481737a001e260fffc (patch) | |
| tree | 0c192a1c942c46c40794c3ca9f473d5adba45801 | |
| parent | 7eda4817713984786b71bf04df60bc0613e8683e (diff) | |
ci: Avoid deprecated action warnings
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 22a3da2..f381f07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: with: version: ${{ matrix.emacs_version }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Print emacs version run: | |
