Skip to content

Commit

Permalink
[YUNIKORN-2340] Upgrade actions versions in Github Action workflow (a…
Browse files Browse the repository at this point in the history
…pache#161)

Closes: apache#161

Signed-off-by: Peter Bacsko <[email protected]>
  • Loading branch information
chenyulin0719 authored and pbacsko committed Jan 29, 2024
1 parent e307b08 commit ee6d5be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:

steps:
- name: Checkout Source Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version-file: .go_version
- name: Check License
run: make license-check
- name: Set Node.js Environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: |
Expand Down

0 comments on commit ee6d5be

Please sign in to comment.