Update checkout actions to v4

This commit is contained in:
Helen Chong 2024-04-05 19:07:50 +08:00
parent 8b9aa9f013
commit 5bf0e326ae
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
# Set up any tools and build steps here # Set up any tools and build steps here
# When the dist_dir is ready, deploy it to neocities # When the dist_dir is ready, deploy it to neocities
- name: Deploy to neocities - name: Deploy to neocities