Skip to content

Commit

Permalink
Merge pull request #69 from asmeurer/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-decb2c4a46

Bump the github-actions group across 1 directory with 3 updates
  • Loading branch information
Saransh-cpp authored Dec 9, 2024
2 parents 285261a + 84d4b0d commit 0792b96
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 @@ -19,10 +19,10 @@ jobs:
name: Check SDist
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1

build:
runs-on: ubuntu-latest
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
Expand Down

0 comments on commit 0792b96

Please sign in to comment.