Skip to content

Commit

Permalink
Merge pull request #3 from pyapp-kit/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

ci(dependabot): bump actions/checkout from 3 to 4
  • Loading branch information
tlambert03 authored Oct 3, 2023
2 parents d23a252 + 4a23e95 commit 7bcdda7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
check-manifest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pipx run check-manifest

test:
Expand All @@ -39,7 +39,7 @@ jobs:
with:
access_token: ${{ github.token }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: tlambert03/setup-qt-libs@v1

Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 7bcdda7

Please sign in to comment.