misc: Fix 'checkout@v2' to 'checkout@v4'

This caused a 'Node.js 16 actions are deprecated;' error.

With this commit all our checkout actions are set to '@v4'.

Change-Id: I0f931bf7967f49ee44b7bf1d6a56e19f017fb948
This commit is contained in:
Bobby R. Bruce
2024-03-30 01:14:57 -07:00
parent ec690de0da
commit 21a00be6eb

View File

@@ -16,7 +16,7 @@ jobs:
outputs:
build-name: ${{ steps.artifact-name.outputs.name }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- id: artifact-name
run: echo "name=$(date +"%Y-%m-%d_%H.%M.%S-")" >> $GITHUB_OUTPUT