Skip to content

Commit 099bcfd

Browse files
authored
Merge pull request #699 from stan-dev/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 9e96a7e + 2223dd4 commit 099bcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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@v3
52+
uses: actions/checkout@v4
5353

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

0 commit comments

Comments
 (0)