Skip to content

Commit

Permalink
new checkout action, closes #270 (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: Volodymyr Savchenko <[email protected]>
  • Loading branch information
volodymyrss and Volodymyr Savchenko authored Aug 13, 2024
1 parent 0cfe213 commit 671130e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@reviewdog
env:
# Required, set by GitHub actions automatically:
Expand All @@ -27,4 +27,4 @@ jobs:

# Optional
files: README.md


2 changes: 1 addition & 1 deletion .github/workflows/python-package-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ['3.9', '3.10']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: actions/checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.BOT_SECRET }}
Expand Down

0 comments on commit 671130e

Please sign in to comment.