Skip to content

Commit

Permalink
chore: bump workflows [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-run committed Aug 19, 2024
1 parent 5145040 commit 4705992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Setup github connection for auth
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 4705992

Please sign in to comment.