Skip to content

Commit b7f53d6

Browse files
authored
Merge pull request #858 from stan-dev/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents d9f91fb + f59ca58 commit b7f53d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
52+
uses: actions/checkout@v7
5353

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Check out source code
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222

2323
- name: Set up Python
2424
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)