Skip to content

Commit e2139e6

Browse files
committed
using newer github actions
1 parent 287a6b7 commit e2139e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Dependencies
1818
run: sudo apt-get install -y libcapstone-dev libgraphviz-dev
1919

20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
with:
2222
submodules: true
2323

@@ -39,7 +39,7 @@ jobs:
3939
# build_windows:
4040
# runs-on: windows-latest
4141
# steps:
42-
# - uses: actions/checkout@v2
42+
# - uses: actions/checkout@v4
4343
# - uses: MasterQ32/install-qt-action@master
4444
# with:
4545
# version: '5.15.0'

0 commit comments

Comments
 (0)