Skip to content

Commit c1d955b

Browse files
Bump actions/checkout from 5 to 6 (#8)
1 parent a19fd7a commit c1d955b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- {stormpyImg: "ci"}
2626
steps:
2727
- name: Git clone
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
- name: Build from Dockerfile
3030
run: docker build -t movesrwth/stormpy-starter . --build-arg STORMPY_BASE=movesrwth/stormpy:${{ matrix.config.stormpyImg }}
3131
- name: Run Docker

0 commit comments

Comments
 (0)