Skip to content

Commit

Permalink
Merge branch 'main' into fix/debug-log
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster authored Dec 9, 2023
2 parents a7bd9e3 + 0fde0ef commit accd754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: '0'

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5

- name: install dependencies
run: |
Expand Down

0 comments on commit accd754

Please sign in to comment.