chore(deps): update actions/checkout action to v4 (#5)
Some checks failed
Build and Publish / build (push) Successful in 38s
Build and Publish / deployment (push) Has been cancelled

Reviewed-on: #5
This commit is contained in:
Simon Cornet 2024-07-04 07:45:34 +02:00
commit 56b71835b3

View File

@ -15,7 +15,7 @@ jobs:
# checkout code
- name: 'Clone repo'
uses: 'actions/checkout@v2'
uses: 'actions/checkout@v4'
# login to cr.simoncor.net
- name: 'Login to cr.simoncor.net'