Skip to content

Commit

Permalink
Merge pull request #955 from supabase/j0/update_versions
Browse files Browse the repository at this point in the history
chore: update github actions version
  • Loading branch information
J0 committed Jan 23, 2024
2 parents 7977d76 + 8d768bc commit 93b5d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 93b5d3b

Please sign in to comment.