Skip to content

Commit 561fc2e

Browse files
chore(deps): bump actions/checkout in the github-actions group (#151)
1 parent 6c12f0d commit 561fc2e

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
python-version: ["3.12",]
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- name: Set up Python ${{ matrix.python-version }}
2929
uses: actions/setup-python@v5

.github/workflows/python_package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ["3.12"]
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- name: Set up Python ${{ matrix.python-version }}
2929
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)