Skip to content

Commit

Permalink
Resolve "Node.js 16 actions are deprecated" warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
rod-hynes committed Mar 11, 2024
1 parent 3375e13 commit 9c2e10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
steps:

- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ github.workspace }}/go/src/github.com/Psiphon-Labs/psiphon-tunnel-core

- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 9c2e10d

Please sign in to comment.