Skip to content

Commit 6427d8f

Browse files
authored
Merge pull request #1027 from GitGuardian/agateau/post-release-fixes
Post release fixes
2 parents bb6af65 + ce56f82 commit 6427d8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
pdm sync
4242
43-
- uses: actions/cache@v3
43+
- uses: actions/cache@v4
4444
with:
4545
path: ~/.cache/pre-commit
4646
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ documentation.
6262

6363
It requires **Python 3.8 or above** (except for standalone packages) and git.
6464

65-
:warning: Python 3.8 is no longer supported by the Python Software Foundation since October, 14th 2024. GGShield will soon require Python 3.9 or above to run.
65+
⚠️ Python 3.8 is no longer supported by the Python Software Foundation since October, 14th 2024. GGShield will soon require Python 3.9 or above to run.
6666

6767
Some commands require additional programs:
6868

0 commit comments

Comments
 (0)