Skip to content

Commit f5abccd

Browse files
committed
Merge branch 'main' of https://github.com/QGCoder/qgcoder
2 parents ea38c69 + 3ba9dc9 commit f5abccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- ubuntu-24.04
1515
runs-on: ${{ matrix.target }}
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Install devscripts
2020
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- ubuntu-24.04
1919
runs-on: ${{ matrix.target }}
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: Install devscripts
2424
run: |

0 commit comments

Comments
 (0)