Skip to content

Commit

Permalink
chore: Update GitHub actions to latest for supported runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Sep 23, 2024
1 parent cf23219 commit 655ce0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
name: CI
on:
push:
branches: [master]
pull_request:
paths:
- "**/*.tpl"
- "**/*.yaml"
workflow_dispatch:

jobs:
ci:
runs-on: ubuntu-latest
if: github.repository == 'aws/eks-charts'
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.23
check-latest: true
- run: make install-toolchain
- run: make verify
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.23
check-latest: true
- run: make install-toolchain
- run: make verify
Expand Down

0 comments on commit 655ce0f

Please sign in to comment.