Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd5e93ca07 | |||
| 8961360419 | |||
| ec3dcfcbb4 | |||
|
|
15b2bf34e1 | ||
|
|
1806e7a16c | ||
|
|
138d065af2 | ||
|
|
7530ccdbff | ||
|
|
65603ccee7 | ||
|
|
a150dcc1c5 | ||
|
|
6ccb6dcdb0 |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.13"
|
||||
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.13"
|
||||
|
||||
|
||||
2
.github/workflows/tagged-release.yml
vendored
2
.github/workflows/tagged-release.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2.3.2
|
||||
uses: softprops/action-gh-release@v2.3.4
|
||||
with:
|
||||
generate_release_notes: true
|
||||
make_latest: "true"
|
||||
|
||||
@@ -1 +1 @@
|
||||
FROM redis:8.2.1
|
||||
FROM ccr.ccs.tencentyun.com/miaogai/redis:8.2.1
|
||||
Reference in New Issue
Block a user