Skip to content

Commit 1053082

Browse files
authored
Update to 3.13 for checkout and push in update-chart.yml
1 parent 0e3e18d commit 1053082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-chart.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- run: pip install gitpython matplotlib
1212
- uses: actions/checkout@master
1313
with:
14-
ref: '3.12'
14+
ref: '3.13'
1515
fetch-depth: 0
1616
- run: python update_switcher_chart.py
1717
- run: git config --local user.email github-actions@github.com
@@ -20,5 +20,5 @@ jobs:
2020
- run: git commit -m 'Update language switcher progress chart' || return 0
2121
- uses: ad-m/github-push-action@master
2222
with:
23-
branch: '3.12'
23+
branch: '3.13'
2424
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)