Skip to content

Commit d1c792b

Browse files
authored
Merge branch 'main' into bugfix/create-release
2 parents d19edb0 + 9502475 commit d1c792b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/project-auto-add.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- name: Generate token
2020
id: generate_token
21-
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
21+
uses: actions/create-github-app-token@v1
2222
with:
23-
app_id: ${{ secrets.GRAPHBOT_APP_ID }}
24-
private_key: ${{ secrets.GRAPHBOT_APP_PEM }}
23+
app-id: ${{ secrets.GRAPHBOT_APP_ID }}
24+
private-key: ${{ secrets.GRAPHBOT_APP_PEM }}
2525

2626
- name: Get project data
2727
env:

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pylint==3.2.3
3838

3939
pyproject-hooks==1.1.0 ; python_version >= '3.7'
4040

41-
setuptools==70.0.0
41+
setuptools==70.1.0
4242

4343
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
4444

@@ -112,7 +112,7 @@ msal==1.28.1
112112

113113
msal-extensions==1.1.0
114114

115-
msgraph-core==1.0.0
115+
msgraph-core==1.1.0
116116

117117
multidict==6.0.5 ; python_version >= '3.7'
118118

0 commit comments

Comments
 (0)