Skip to content

Commit df3c6fe

Browse files
authored
Update update_guides.yml
1 parent 9a96dff commit df3c6fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update_guides.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update_guides:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: setup python
1515
uses: actions/setup-python@v2
@@ -35,4 +35,4 @@ jobs:
3535
uses: ad-m/github-push-action@v0.6.0
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
38-
branch: main
38+
branch: main

0 commit comments

Comments
 (0)