Skip to content

Commit ba22245

Browse files
committed
Update versions
1 parent 2de471a commit ba22245

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- x86
2626
- arm
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6
2929

3030
- name: Get the version
3131
id: get_version

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ 'main' ]
5+
branches: [ 'main', '2.x' ]
66
pull_request:
77
branches: [ '*' ]
88

0 commit comments

Comments
 (0)