Skip to content

Commit 1b73541

Browse files
committed
Merge branch 'main' of github.com:jazzband/website
2 parents 203f63f + bed2c11 commit 1b73541

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
access_token: ${{ github.token }}
2121

22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323

2424
- uses: actions/setup-node@v3
2525
with:
@@ -48,7 +48,7 @@ jobs:
4848
access_token: ${{ github.token }}
4949

5050
- name: Checkout
51-
uses: actions/checkout@v2
51+
uses: actions/checkout@v3
5252
with:
5353
fetch-depth: 0
5454

0 commit comments

Comments
 (0)