Skip to content

Commit a19fd7a

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

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@v4
28+
uses: actions/checkout@v5
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)