Skip to content

Commit 30ba507

Browse files
committed
fix: Remove leading zeros from git hash
1 parent fb4200d commit 30ba507

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build-release:
1515
runs-on: "ubuntu-latest"
1616
steps:
17-
- uses: "actions/checkout@08e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.0
17+
- uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.0
1818
- uses: "astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867" # v7.1.6
1919
with:
2020
enable-cache: true

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- {name: 'PyPy', python: 'pypy-3.10', os: 'ubuntu-latest', tox: 'pypy310'}
4949
- {name: 'Minimum Versions', python: '3.11', os: 'ubuntu-latest', tox: 'py311'}
5050
steps:
51-
- uses: "actions/checkout@08e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.0
51+
- uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.0
5252
- uses: 'actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548' # v6.1.0
5353
with:
5454
python-version: '${{ matrix.python }}'

0 commit comments

Comments
 (0)