We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e97030 + e7759ce commit bc11a29Copy full SHA for bc11a29
1 file changed
.github/workflows/main.yaml
@@ -22,7 +22,7 @@ jobs:
22
- "3.13"
23
24
steps:
25
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
26
name: Clone repository
27
28
- name: Set up Python ${{ matrix.python_version }}
@@ -51,7 +51,7 @@ jobs:
51
52
53
- name: Checkout Repository
54
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
55
56
- name: Get project version
57
run: echo "WEB_WORKER_VERSION=$(python setup.py --version)" >> $GITHUB_ENV
0 commit comments