Skip to content

Commit

Permalink
Update checkout branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
ragaeeb committed Jul 27, 2020
1 parent 8fd71c7 commit 90e4646
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@main

- name: Cypress run
uses: cypress-io/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@main
- uses: bahmutov/npm-install@master
- uses: enriikke/gatsby-gh-pages-action@v2
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Auto Label
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@main
- uses: banyan/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- uses: bahmutov/npm-install@master
- uses: gaurav-nelson/github-action-markdown-link-check@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Check GitHub Status
uses: crazy-max/ghaction-github-status@v1
- uses: actions/checkout@v2
- uses: actions/checkout@main
- uses: bahmutov/npm-install@master
- uses: enriikke/gatsby-gh-pages-action@v2
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
create-release-notes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- uses: bahmutov/npm-install@master
- name: Create Release Notes
uses: docker://decathlon/release-notes-generator-action:2.0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@main
- uses: bahmutov/npm-install@master
- name: Run Jest
uses: stefanoeb/[email protected]

0 comments on commit 90e4646

Please sign in to comment.