Update actions/checkout action to v4
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 1m26s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped

This commit is contained in:
Renovate Bot 2023-12-06 23:01:34 +00:00
parent 8da4133d00
commit 141aa2ce39

View file

@ -9,7 +9,7 @@ jobs:
container:
image: node:lts
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Dependencies
run: npm install
- name: Build Website