Skip to content

Commit df6746c

Browse files
committed
Update GitHub actions
1 parent 0726ec7 commit df6746c

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
@@ -26,12 +26,12 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
with:
3131
persist-credentials: false
3232

3333
- name: Install D compiler
34-
uses: dlang-community/setup-dlang@v1
34+
uses: dlang-community/setup-dlang@v2
3535
with:
3636
compiler: ${{ matrix.dc }}
3737

0 commit comments

Comments
 (0)