Skip to content

Commit bf52b0f

Browse files
committed
CI: bump actions/checkout to v4
1 parent 6d3f38b commit bf52b0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
- name: Use Node.js 18.x
1212
uses: actions/setup-node@v3
1313
with:

.github/workflows/translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: Use Node.js 18.x
1313
uses: actions/setup-node@v3
1414
with:

0 commit comments

Comments
 (0)