File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout Repo
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717
1818 - name : Run FOSSA Scan
1919 uses : fossas/fossa-action@v1
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : checkout code
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v3
2525 with :
2626 fetch-depth : 1
2727 path : go/src/open-cluster-management.io/governance-policy-framework-addon
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : checkout code
22- uses : actions/checkout@v2
22+ uses : actions/checkout@v3
2323 with :
2424 fetch-depth : 1
2525 path : go/src/open-cluster-management.io/governance-policy-framework-addon
Original file line number Diff line number Diff line change 2929 name : KinD tests
3030 steps :
3131 - name : Checkout Governance Policy Framework Addon
32- uses : actions/checkout@v2
32+ uses : actions/checkout@v3
3333 with :
3434 path : governance-policy-framework-addon
3535 fetch-depth : 0 # Fetch all history for all tags and branches
You can’t perform that action at this time.
0 commit comments