Skip to content

Commit a69cc5b

Browse files
Merge pull request #126 from microsoftgraph/dependabot/github_actions/actions/setup-python-5
2 parents a537859 + 21c18a1 commit a69cc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
cp oauth_settings.example.yml oauth_settings.yml
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install Dependencies

0 commit comments

Comments
 (0)