Skip to content

Commit bffd372

Browse files
authored
Merge pull request #95 from ResearchObject/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents e0da797 + d9d7cf2 commit bffd372

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: ['3.9', '3.10', '3.11', '3.12']
1616
runs-on: ${{ matrix.platform }}
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v5
2121
with:
@@ -40,7 +40,7 @@ jobs:
4040
tox-env: [build, docs, lint]
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
- name: Set up Python 3.12
4545
uses: actions/setup-python@v5
4646
with:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Set up Python 3.12
1515
uses: actions/setup-python@v5
1616
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: 'ubuntu-latest'
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:

0 commit comments

Comments
 (0)