Skip to content

Commit 3c184d2

Browse files
authored
Merge pull request #563 from afuetterer/ci
ci: bump github actions versions
2 parents 224e553 + d9044a3 commit 3c184d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ jobs:
1919
lint:
2020
runs-on: ubuntu-24.04
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Set up Python 3.11
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: '3.11'
2727
- uses: tox-dev/action-pre-commit-uv@246b66536e366bb885f52d61983bf32f7c95e8b1 # v1.0.3
2828

2929
tests:
3030
runs-on: ubuntu-24.04
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- name: Set up Python 3.11
34-
uses: actions/setup-python@v5
34+
uses: actions/setup-python@v6
3535
with:
3636
python-version: '3.11'
3737
cache: pip
@@ -41,4 +41,4 @@ jobs:
4141
- name: Run test suite in parallel with measuring code coverage
4242
run: hatch test --cover-quiet --parallel
4343
- name: Upload coverage data to coveralls.io
44-
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
44+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6

0 commit comments

Comments
 (0)