builder: Update actions/checkout version to v4.

Error:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3

Signed-off-by: Carlo Dandan <carlodandan.personal@proton.me>
This commit is contained in:
Carlo Dandan
2024-03-20 15:03:26 +08:00
committed by GitHub
parent 60418c987e
commit 1e07bc97d1
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Clean-up
uses: rokibhasansagar/slimhub_actions@main