Skip to content

Commit d85e96f

Browse files
Merge pull request #175 from red-gate/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents e4fecf0 + ee8e76f commit d85e96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/end-to-end-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
edition: community
222222
i-agree-to-the-eula: true
223223
- name: Set up Python
224-
uses: actions/setup-python@v5
224+
uses: actions/setup-python@v6
225225
with:
226226
python-version: '3.x'
227227
- name: Install SQLFluff

0 commit comments

Comments
 (0)