Skip to content

Commit

Permalink
bump checkout automation version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vittorio-Caggiano authored Jul 26, 2024
1 parent cb1ab1a commit 2aeb253
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pipy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: checkout-repo-content
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: setup-python
uses: actions/setup-python@v2
Expand All @@ -62,7 +62,7 @@ jobs:
needs: get_next_version
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

Expand All @@ -89,9 +89,9 @@ jobs:
- name: add and commit to main
uses: EndBug/[email protected]
with:
# # token: ${{ secrets.REPO_TOKEN }}
# author_name: ${{ secrets.AUTHOR_NAME }}
# author_email: ${{ secrets.AUTHOR_EMAIL }}
# token: ${{ secrets.REPO_TOKEN }}
author_name: ${{ secrets.AUTHOR_NAME }}
author_email: ${{ secrets.AUTHOR_EMAIL }}

branch: main
default_author: github_actor
Expand Down

0 comments on commit 2aeb253

Please sign in to comment.