Skip to content

Commit

Permalink
Merge branch 'main' into update-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara authored Sep 12, 2023
2 parents 09c0a76 + 45cc40b commit 3e47785
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# With the default value of 1, there are corner cases where tj-actions/changed-files
# fails with a `no merge base` error
fetch-depth: 0

- name: Get changed files
id: files
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v39
with:
files: |
**/*.py
Expand All @@ -48,15 +48,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# With the default value of 1, there are corner cases where tj-actions/changed-files
# fails with a `no merge base` error
fetch-depth: 0

- name: Get changed files
id: files
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v39
with:
files: |
**/*.py
Expand Down

0 comments on commit 3e47785

Please sign in to comment.