Skip to content

Commit 055cdae

Browse files
Merge pull request #114 from microsoftgraph/dependabot/github_actions/actions/checkout-4
2 parents 58fabbf + 11973d2 commit 055cdae

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
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ['3.8', '3.9', '3.10']
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- name: Copy settings file
2525
run: |
2626
cp oauth_settings.example.yml oauth_settings.yml

0 commit comments

Comments
 (0)