Skip to content

Commit 18cb930

Browse files
committed
Use Checkout v6
1 parent dc267cf commit 18cb930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: Install postfix
2121
run: sudo apt-get install -y postfix
@@ -69,7 +69,7 @@ jobs:
6969

7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v6
7373

7474
- name: Install postfix
7575
run: sudo apt-get install -y postfix

0 commit comments

Comments
 (0)