Skip to content

Commit

Permalink
Merge pull request #1288 from kbdharun/master
Browse files Browse the repository at this point in the history
CI: bump actions version, fix node 12 deprecation warning
  • Loading branch information
nickysemenza committed May 2, 2023
2 parents 415a59e + e9d0790 commit 88bfcbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Expand Up @@ -50,10 +50,10 @@ jobs:
- run: psql -c 'create database certdb_development;' -U postgres;
- run: mysql -e 'create database certdb_development;' -u root;
- run: mysql -e 'SET global sql_mode = 0;' -u root;
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand All @@ -70,7 +70,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.18
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: make snapshot
- name: Archive snapshot artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 88bfcbf

Please sign in to comment.