Skip to content

Commit

Permalink
int: Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Moia committed Aug 28, 2023
1 parent f60d6b9 commit 146a18a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
shell: bash
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# Fetch all history for all branches and tags
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 146a18a

Please sign in to comment.