Skip to content

Commit eea3887

Browse files
Fix main branch actions
1 parent add0c06 commit eea3887

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Coding style
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@master
9+
- uses: actions/checkout@main
1010
- uses: shivammathur/setup-php@v2
1111
with:
1212
php-version: '7.2'
@@ -45,7 +45,7 @@ jobs:
4545
php-version: '8.1'
4646

4747
steps:
48-
- uses: actions/checkout@master
48+
- uses: actions/checkout@main
4949
- name: Setup PHP
5050
uses: shivammathur/setup-php@v2
5151
with:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
name: Insight SDK (release)
66

77
jobs:
@@ -15,7 +15,7 @@ jobs:
1515
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
1616

1717
steps:
18-
- uses: actions/checkout@master
18+
- uses: actions/checkout@main
1919
- name: Setup PHP
2020
uses: shivammathur/setup-php@v2
2121
with:

0 commit comments

Comments
 (0)