Skip to content

Commit

Permalink
Update actions to use Node16. (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeweidaniel committed Oct 2, 2023
1 parent c613424 commit 0740319
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '^1.14'
- run: go version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-latest-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

# Taken from https://github.com/actions/checkout#push-a-commit-using-the-built-in-token
- name: Update latest tag
Expand All @@ -40,7 +40,7 @@ jobs:
git push -f --tags
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '^1.14'
- run: go version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Bundle Policies
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Bundle Templates
shell: bash
Expand Down

0 comments on commit 0740319

Please sign in to comment.