Skip to content

Commit

Permalink
Merge pull request #56 from zfit/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
jonas-eschle authored Oct 2, 2023
2 parents 64058ca + 8bc5dba commit 100d7ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
name: JIT compiled tests for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
name: Set up Python ${{ matrix.python-version }}

Expand All @@ -55,7 +55,7 @@ jobs:
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
name: Eager mode tests for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
name: Set up Python ${{ matrix.python-version }}

Expand Down

0 comments on commit 100d7ca

Please sign in to comment.