Skip to content

Commit ac045f6

Browse files
authored
Merge pull request #79 from Point72/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 41fc2f6 + 485421d commit ac045f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: [3.9, 3.11]
3333

3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636

3737
- name: Set up Python ${{ matrix.python-version }}
3838
uses: actions-ext/python/setup@main

.github/workflows/wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Make home file
2727
run: cat README.md docs/wiki/_Home.md > docs/wiki/Home.md

0 commit comments

Comments
 (0)