Skip to content

Commit 934edd1

Browse files
committed
Update actions/checkout action to v4.1.5
1 parent 0d90c9c commit 934edd1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.4
22+
uses: actions/checkout@v4.1.5
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.4
17+
uses: actions/checkout@v4.1.5
1818
with:
1919
show-progress: false
2020
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)