Skip to content

Commit df4434a

Browse files
committed
Set default permissions, use Python 3.13
1 parent 2ab65d4 commit df4434a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: build
22

3+
permissions: read-all
4+
35
on:
46
push:
57
pull_request:
@@ -13,12 +15,12 @@ jobs:
1315
fail-fast: false
1416
matrix:
1517
os: [ubuntu-latest]
16-
python-version: ["3.12"]
18+
python-version: ["3.13"]
1719
imp-branch: [main, develop]
1820
runs-on: ${{ matrix.os }}
1921

2022
steps:
21-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2224
with:
2325
submodules: true
2426
- name: Setup conda

0 commit comments

Comments
 (0)