Skip to content

Commit bc11a29

Browse files
committed
Merge remote-tracking branch 'origin/renovate/major-github-actions-deps' into dev
2 parents 9e97030 + e7759ce commit bc11a29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- "3.13"
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
name: Clone repository
2727

2828
- name: Set up Python ${{ matrix.python_version }}
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout Repository
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555

5656
- name: Get project version
5757
run: echo "WEB_WORKER_VERSION=$(python setup.py --version)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)