Skip to content

Commit

Permalink
Merge pull request #17 from FAST-HEP/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
kreczko authored Feb 14, 2025
2 parents 49d74cc + 857642e commit 3448e2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -70,7 +70,7 @@ jobs:
needs: [pre-commit]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 3448e2e

Please sign in to comment.