Skip to content

Commit 3bacde8

Browse files
authored
Merge pull request #47 from MAIF/dependabot/github_actions/actions/checkout-5
chore(gh-actions): bump actions/checkout from 4 to 5
2 parents b018f7f + 8bd0bb8 commit 3bacde8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-cd-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
name: Build doc
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Install Python
2424
uses: actions/setup-python@v5
2525
with:

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
- name: Set up Python version
2424
uses: actions/setup-python@v5
2525
with:
@@ -52,7 +52,7 @@
5252
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656
- name: Set up Python version
5757
uses: actions/setup-python@v5
5858
with:

0 commit comments

Comments
 (0)