Skip to content

Commit

Permalink
Merge f1de69b into 8845fc6
Browse files Browse the repository at this point in the history
  • Loading branch information
tych0 committed Feb 18, 2024
2 parents 8845fc6 + f1de69b commit 8100260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
2 changes: 1 addition & 1 deletion .github/workflows/pre_commit.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
sudo apt update
Expand Down

0 comments on commit 8100260

Please sign in to comment.