Skip to content

Commit b4bb83b

Browse files
build(deps): bump actions/checkout from 5 to 6 (#217)
1 parent bb7492c commit b4bb83b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
env:
1212
IMAGE: 'ghcr.io/ustclug/hackergame:latest'
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717
- name: Build Docker image

.github/workflows/smoketest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Debian 10 uses Python 3.7, which is not supported by Django 4.2 LTS
1717
python-version: [3.11, 3.9]
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)