Skip to content

Commit 7bbf30a

Browse files
Update actions/checkout action to v4.1.6
1 parent 1cd15fc commit 7bbf30a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.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: Checkout code
22-
uses: actions/checkout@v4.1.5
22+
uses: actions/checkout@v4.1.6
2323
with:
2424
show-progress: false
2525
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
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4.1.5
17+
uses: actions/checkout@v4.1.6
1818
with:
1919
show-progress: false
2020
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)