Skip to content

Commit 6fc6d64

Browse files
committed
Address review: fix _toc.yml path, bump checkout to v6
1 parent 7d3744c commit 6fc6d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-translations-fa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
types: [closed]
88
paths:
99
- 'lectures/**/*.md'
10-
- '_toc.yml'
10+
- 'lectures/_toc.yml'
1111

1212
jobs:
1313
sync:
1414
if: github.event.pull_request.merged == true
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 2
2121

0 commit comments

Comments
 (0)