Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jul 5, 2024
1 parent 275ea6b commit aad0be8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ concurrency:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
submodules: true

- uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'
check-latest: true

- name: Install yq
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/preview-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ concurrency:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
submodules: true

- name: Set up Go 1.x
uses: actions/setup-go@v2
Expand All @@ -27,7 +29,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '20'
check-latest: true

- name: Install yq
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ concurrency:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
submodules: true

- name: Prepare git
env:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ concurrency:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
submodules: true

- name: Set up Go 1.x
uses: actions/setup-go@v2
Expand All @@ -27,7 +29,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '20'
check-latest: true

- name: Install yq
Expand Down

0 comments on commit aad0be8

Please sign in to comment.