Skip to content

Commit

Permalink
ci: Bump GitHub actions
Browse files Browse the repository at this point in the history
Removes the error messages:
  Node.js 12 actions are deprecated.

Signed-off-by: Paulo Gomes <pjbgf@linux.com>
  • Loading branch information
pjbgf committed Mar 5, 2023
1 parent fba136d commit 7368bb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git.yml
Expand Up @@ -17,12 +17,12 @@ jobs:

steps:
- name: Install Go
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: 1.20.x

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install build dependencies
run: sudo apt-get install gettext
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Configure known hosts
if: matrix.platform != 'ubuntu-latest'
Expand Down

0 comments on commit 7368bb9

Please sign in to comment.