Skip to content

Commit 78e1aa8

Browse files
clintonsteinerwebknjaz
authored andcommitted
ci: update checkout to v4
1 parent a323fe6 commit 78e1aa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- linkcheck
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828

2929
- name: Set up Python
3030
uses: actions/setup-python@v4

.github/workflows/translation.yml

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

2020
steps:
2121
- name: Grab the repo src
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0 # To reach the common commit
2525
- name: Set up git user as [bot]

0 commit comments

Comments
 (0)