Skip to content

Commit 089ec3f

Browse files
Copilotshenxianpeng
authored andcommitted
Update action version comments to use specific tags (#150)
1 parent 4e5b19b commit 089ec3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: uv sync --dev
3939

4040
- name: Run benchmarks
41-
uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad #v3
41+
uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1
4242
with:
4343
token: ${{ secrets.CODSPEED_TOKEN }}
4444
run: uv run pytest tests/ --codspeed

.github/workflows/update-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

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

0 commit comments

Comments
 (0)