Skip to content

Commit ec0640e

Browse files
authored
Merge pull request #807 from stan-dev/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 71d97ca + 4b68256 commit ec0640e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
5050
steps:
5151
- name: Check out github
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
steps:
2020
- name: Check out source code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

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

0 commit comments

Comments
 (0)