Skip to content

Commit 0c23861

Browse files
committed
Update actions since we renamed our main branch.
1 parent 62ad4d5 commit 0c23861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Markdown links
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
schedule:
88
# runs every monday at 9 am
99
- cron: "0 9 * * 1"
@@ -12,7 +12,7 @@ jobs:
1212
markdown-link-check:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@master
15+
- uses: actions/checkout@v2
1616
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1717
with:
1818
use-quiet-mode: 'yes'

0 commit comments

Comments
 (0)