Skip to content

Commit 749c248

Browse files
authored
Merge pull request #280 from cyberjunky/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 408d201 + 36d2a9b commit 749c248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

2424
- name: Set up Python ${{ matrix.python-version }}
2525
uses: actions/setup-python@v6
@@ -71,7 +71,7 @@ jobs:
7171
security:
7272
runs-on: ubuntu-latest
7373
steps:
74-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@v5
7575

7676
- name: Set up Python
7777
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)