1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-24 02:03:52 +03:00

M #-: Update GH action checkout lib

This commit is contained in:
Tino Vázquez 2024-02-07 10:36:46 +01:00
parent 4328a3295d
commit cc78c5b6aa
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -20,7 +20,7 @@ jobs:
- name: Install CppCheck
run: sudo apt install -y cppcheck
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Runs a single command using the runners shell
- name: Run Smoke Tests