Skip to content

Commit

Permalink
Merge pull request #86 from jhlegarreta/BumpCheckoutAction
Browse files Browse the repository at this point in the history
ENH: Bump `checkout` GHA to v4 in workflows
  • Loading branch information
jhlegarreta authored Oct 13, 2023
2 parents ed3a9f1 + cbf05d0 commit 1393009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

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

steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 1393009

Please sign in to comment.