Skip to content

Commit c1d5f09

Browse files
build: bump the actions group with 3 updates (#133)
1 parent 805dfc4 commit c1d5f09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: pip install -e .[dev]
3636

3737
- name: Run benchmarks
38-
uses: CodSpeedHQ/action@c6574d0c2a990bca2842ce9af71549c5bfd7fbe0 #v3
38+
uses: CodSpeedHQ/action@4348f634fa7309fe23aac9502e88b999ec90a164 #v3
3939
with:
4040
token: ${{ secrets.CODSPEED_TOKEN }}
4141
run: pytest tests/ --codspeed

.github/workflows/update-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: '3.11'
2323

0 commit comments

Comments
 (0)