Skip to content

Commit

Permalink
Use main branch of actions/checkout (#63)
Browse files Browse the repository at this point in the history
* Use main branch of actions/checkout

* Use main branch of actions/checkout (check-commits.yml)
  • Loading branch information
YOCKOW committed Apr 4, 2022
1 parent 9ebe90a commit 9ebeb9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Check Modules
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- uses: actions/setup-node@v2
with:
node-version: 17.x
Expand All @@ -30,7 +30,7 @@ jobs:
name: Check whether or not transpilation is completed.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- uses: actions/setup-node@v2
with:
node-version: 17.x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- DEVELOPMENT-SNAPSHOT-2022-03-31-a
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Install Swift.
uses: ./
with:
Expand All @@ -41,7 +41,7 @@ jobs:
- macOS-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Install Swift.
uses: ./
with:
Expand Down

0 comments on commit 9ebeb9d

Please sign in to comment.