Skip to content

Commit

Permalink
ci: change GH action version from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito committed Jun 9, 2023
1 parent f7996d1 commit f5858b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
- uses: actions/checkout@main
- uses: actions/setup-python@main
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
- uses: actions/checkout@main
- uses: actions/setup-python@main
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
- uses: actions/checkout@main
- uses: actions/setup-python@main
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit f5858b3

Please sign in to comment.