From 5bf0e326ae7655dfd25f276d5040e6021708548a Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 5 Apr 2024 19:07:50 +0800 Subject: [PATCH] Update checkout actions to v4 --- .github/workflows/neocities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 0ed7b652..1e4dab7c 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Set up any tools and build steps here # When the dist_dir is ready, deploy it to neocities - name: Deploy to neocities