Skip to content

Commit

Permalink
CI: bump workflow version, fix Node 12 deprecation warning in Action …
Browse files Browse the repository at this point in the history
…runs (#77)

* build: bump workflow version

* release: bump workflow version
  • Loading branch information
kbdharun authored Jul 19, 2023
1 parent 97023b3 commit 9f09802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- name: Build
run: make build
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
- uses: actions/checkout@v3

This comment has been minimized.

Copy link
@Kyawgyi388013

Kyawgyi388013 Oct 25, 2023

🔑

- uses: actions/setup-go@v4
- id: get_version
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
- name: Install dependencies
Expand Down

1 comment on commit 9f09802

@Kyawgyi388013
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what=keys

Please sign in to comment.