Skip to content

Commit 0ba930d

Browse files
authored
Merge pull request #165 from Andygol/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 9e6d96a + 006ee5d commit 0ba930d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/exctarct-en-lang.yml

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

2121
steps:
2222
- name: ⬇️ Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: 🧰 Set up yq
2626
uses: mikefarah/yq@v4

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test-pr:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: actions/setup-python@v6
1414
with:
1515
python-version: 3.x

.github/workflows/update-languages-in-mkdocs.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 repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: 🧰 Set up yq
2323
uses: mikefarah/yq@v4

0 commit comments

Comments
 (0)