Skip to content

Commit 17c4f42

Browse files
committed
CI: bump actions/checkout to v4
1 parent 134df40 commit 17c4f42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Brew Formula
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Update Homebrew Formula
1717
uses: dawidd6/action-homebrew-bump-formula@v3
1818
with:

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616

17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020

@@ -35,9 +35,9 @@ jobs:
3535

3636
- name: Test printing tldr version
3737
run: ./tldr --version
38-
38+
3939
- name: Test printing tldr list
4040
run: ./tldr --list
41-
41+
4242
- name: Test printing tldr page
4343
run: ./tldr tar

0 commit comments

Comments
 (0)