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:49:03 +0200 |
| commit | cab0e8d7c331f87e5f664c1580640fb973024cc5 (patch) | |
| tree | db83d968ac6ef170d516ca9a8a92c130718b5c55 | |
| parent | cd60f445f3387748f967e2b7482ea236a8e5c9b9 (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 }} |
