Skip to content

Commit 7f8b9ad

Browse files
authored
Merge pull request #711 from openapistack/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 3 to 5
2 parents 43d4e0d + ea3c0d8 commit 7f8b9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/setup-node@v3
3131
with:
3232
node-version: "16"
33-
- uses: actions/setup-python@v3
33+
- uses: actions/setup-python@v5
3434
with:
3535
python-version: "3.8"
3636
- uses: aws-actions/setup-sam@v2

0 commit comments

Comments
 (0)