Skip to content

Commit 96f9987

Browse files
authored
Merge pull request #515 from codeigniter4/dependabot/github_actions/actions/setup-python-4
chore(deps): bump actions/setup-python from 2 to 4
2 parents 4dc315b + 37c5930 commit 96f9987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: actions/setup-python@v2
11+
- uses: actions/setup-python@v4
1212
with:
1313
python-version: 3.x
1414
- run: pip install mkdocs-material

0 commit comments

Comments
 (0)