Skip to content

Commit b5d7d37

Browse files
authored
Merge pull request #9 from alexeev-prog/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents e7f258b + 96a3c49 commit b5d7d37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id-token: write
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Set up Python
2121
uses: actions/setup-python@v5
@@ -40,7 +40,7 @@ jobs:
4040
# docs:
4141
# runs-on: ubuntu-latest
4242
# steps:
43-
# - uses: actions/checkout@v4
43+
# - uses: actions/checkout@v5
4444
# - uses: actions/setup-python@v5
4545
# - name: Install dependencies
4646
# run: |

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ["3.12", "3.13"]
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Set up Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v5
2525
with:

0 commit comments

Comments
 (0)