Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update actions using node12 to latest version using node16 #1187

Merged
merged 2 commits into from
Jun 9, 2023

Commits on Jun 8, 2023

  1. update actions using node12

    update all the github actions using node12 to version that use node16
    
    - update actions/checkout@v2 -> v3
    - update actions/cache@v2 -> v3
    - update actions/setup-go@v2 -> v4
    
    cache has been set to disabled for setup-go
    due to actions/setup-go#368
    
    Signed-off-by: Akhil Mohan <makhil@vmware.com>
    akhilerm committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    806c66f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. add dependabot config to update github actions

    Signed-off-by: Akhil Mohan <makhil@vmware.com>
    akhilerm committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    c3a28fe View commit details
    Browse the repository at this point in the history