Skip to content

Commit ea22e3a

Browse files
authored
Merge pull request #118 from HEFTIEProject/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 8ead60c + ff1ceb3 commit ea22e3a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: github.event.pull_request.draft == false
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727

2828
- name: Set up Python
2929
uses: actions/setup-python@v6

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout source
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Cache pre-commit
3030
uses: actions/cache@v4

0 commit comments

Comments
 (0)