Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jazzband/website
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Aug 9, 2022
2 parents 203f63f + bed2c11 commit 1b73541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
access_token: ${{ github.token }}

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
access_token: ${{ github.token }}

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit 1b73541

Please sign in to comment.