Skip to content

Commit 483b9d6

Browse files
author
jan.nijtmans
committed
Update to actions/checkout@v6
1 parent e1ce065 commit 483b9d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- "clang"
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: Checkout tclconfig
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
repository: tcltk/tclconfig
2323
ref: main

0 commit comments

Comments
 (0)