Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit fc545d9

Browse files
authored
Merge pull request #217 from TechNickAI/dependabot/github_actions/actions/checkout-5
ci(deps): bump actions/checkout from 4 to 5
2 parents af9ed9b + f14a313 commit fc545d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/aicodebot.yml

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

1818
steps:
1919
- name: Checkout Repo
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
# Full git history is needed to get a proper list of changed files
2323
fetch-depth: 0

.github/workflows/linter.yml

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

1515
steps:
1616
- name: Checkout Code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
# Full git history is needed to get a proper
2020
# list of changed files within `super-linter`

.github/workflows/pypi_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout Code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Setup Python ${{ matrix.python-version }}
2929
uses: actions/setup-python@v5
@@ -69,7 +69,7 @@ jobs:
6969

7070
steps:
7171
- name: Checkout Code
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v5
7373

7474
- name: Setup Python
7575
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)