Skip to content

Commit

Permalink
update gh actions sub-action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-g committed Jul 8, 2024
1 parent 076059d commit 0d6b0be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -20,9 +20,9 @@ jobs:
run: helm lint ./charts/deepgram-self-hosted

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.17
go-version: 1.22

- name: Install helm-docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
token: "${{ secrets.GH_SELFHOSTEDRESOURCES_RW }}"
Expand Down

0 comments on commit 0d6b0be

Please sign in to comment.