diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-09-05 11:09:34 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-09-08 21:48:30 +0200 |
| commit | 3a6a2b1939ef454d06ffe42ea17c99c442e7f89e (patch) | |
| tree | c0f26a8f6f3c79e016dc7d41ddf3726f4aded786 | |
| parent | 8f1c84745fc75e5db5ab109048b8743d364bd3e5 (diff) | |
CI: Update actions/checkout
| -rw-r--r-- | .github/workflows/makefile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 027cc2d..89aac7e 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -35,7 +35,7 @@ jobs: - 'release-snapshot' - 'snapshot' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: purcell/setup-emacs@master with: version: ${{ matrix.emacs-version }} |
