Skip to content

Commit

Permalink
chore(deps): pin dependencies (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Plant <[email protected]>
  • Loading branch information
renovate[bot] and pl4nty authored Feb 17, 2024
1 parent 17f6ddb commit 5c029ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ jobs:
id-token: write # Graph auth
contents: write # committing
steps:
- uses: actions/[email protected]
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
# azure-identity doesn't support GitHub WIF
- uses: azure/login@v1
- uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1
with:
tenant-id: ${{ vars.AZURE_TENANT_ID }}
client-id: ${{ vars.AZURE_CLIENT_ID }}
allow-no-subscriptions: true
- uses: actions/[email protected]
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: 3.12
cache: pip
- run: pip install -r requirements.txt
- run: python main.py
- uses: EndBug/[email protected]
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
with:
default_author: github_actions
message: 'chore: refresh data'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
msgraph-beta-sdk
python-dotenv
msgraph-beta-sdk==1.1.0
python-dotenv==1.0.1

0 comments on commit 5c029ee

Please sign in to comment.