Skip to content

Commit 7c4beca

Browse files
Merge pull request #580 from alexander-akhmetov/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents fa50a22 + fe50174 commit 7c4beca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: Initialize CodeQL
3131
uses: github/codeql-action/init@v3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
python-version: ["3.9", "3.10", "3.11", "3.12"]
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- name: Set up python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v5.6.0

0 commit comments

Comments
 (0)