Skip to content

Commit b8abf94

Browse files
Merge pull request #127 from flintlib/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents c1ec4f6 + de2c50a commit b8abf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
# Supported versions and latest git
133133
flinttag: ['v3.0.0', 'v3.0.1', 'v3.1.0', 'main']
134134
steps:
135-
- uses: actions/checkout@v3
135+
- uses: actions/checkout@v4
136136
- uses: actions/setup-python@v4
137137
with:
138138
python-version: 3.12

0 commit comments

Comments
 (0)