We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7492c commit b4bb83bCopy full SHA for b4bb83b
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
env:
12
IMAGE: 'ghcr.io/ustclug/hackergame:latest'
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
with:
16
fetch-depth: 0
17
- name: Build Docker image
.github/workflows/smoketest.yml
@@ -16,7 +16,7 @@ jobs:
# Debian 10 uses Python 3.7, which is not supported by Django 4.2 LTS
python-version: [3.11, 3.9]
18
19
20
21
22
- name: Set up Python ${{ matrix.python-version }}
0 commit comments