Skip to content

Commit 88075ba

Browse files
Bump actions/checkout from 5 to 6 (#11)
1 parent a1652bf commit 88075ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
}
5555
steps:
5656
- name: Git clone
57-
uses: actions/checkout@v5
57+
uses: actions/checkout@v6
5858
- name: Build project from Dockerfile
5959
run: |
6060
docker build -t movesrwth/storm-starter . \
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
xcode-version: ${{ matrix.config.xcode }}
107107
- name: Git clone
108-
uses: actions/checkout@v5
108+
uses: actions/checkout@v6
109109
- name: Install dependencies
110110
# cmake and gmp are already installed
111111
run: |

0 commit comments

Comments
 (0)