Skip to content

Commit 618c0ff

Browse files
Update actions/checkout action to v4.2.2
1 parent 03d9c3f commit 618c0ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

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

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4.2.1
21+
uses: actions/checkout@v4.2.2
2222
with:
2323
show-progress: false
2424

.github/workflows/crowdin-ci.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.2.1
17+
uses: actions/checkout@v4.2.2
1818
with:
1919
show-progress: false
2020

.github/workflows/release.yml

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

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4.2.1
21+
uses: actions/checkout@v4.2.2
2222
with:
2323
show-progress: false
2424
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}

.github/workflows/translations.yml

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

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v4.2.1
18+
uses: actions/checkout@v4.2.2
1919
with:
2020
show-progress: false
2121
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)