Skip to content

Commit 48ca378

Browse files
Trying to update the setup-go and checkout actions so that we can use non deprecated versions.
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
1 parent 7dbc394 commit 48ca378

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/operator-e2e-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929

3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333

3434
- name: Set up Go
35-
uses: actions/setup-go@v4
35+
uses: actions/setup-go@v5
3636
with:
3737
go-version: '1.21.0'
3838

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4848
steps:
4949
- uses: actions/checkout@v4
50-
- uses: actions/setup-node@v3
50+
- uses: actions/setup-node@v4
5151
with:
5252
node-version-file: './ui/.nvmrc'
5353
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)