Skip to content

Commit

Permalink
⬆️ [#50] updating dependecies and added oidc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-maykin committed Aug 2, 2024
1 parent 81f16aa commit 5df0d83
Show file tree
Hide file tree
Showing 13 changed files with 1,726 additions and 1,192 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ jobs:

- name: Get changed PY files
id: changed-py-files
uses: tj-actions/changed-files@v8.5
uses: tj-actions/changed-files@v41
with:
files: |
^src/.+\.py
- name: Get changed JS files
id: changed-js-files
uses: tj-actions/changed-files@v8.5
uses: tj-actions/changed-files@v41
with:
files: |
^src/.+\.js
- name: Get changed requirements files
id: changed-requirements
uses: tj-actions/changed-files@v8.5
uses: tj-actions/changed-files@v41
with:
files: ^requirements/.+\.txt$

Expand Down
Loading

0 comments on commit 5df0d83

Please sign in to comment.