Skip to content

Commit 2bb0019

Browse files
authored
Set permissions; use Python 3.13
1 parent 83ac8be commit 2bb0019

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.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,11 +15,11 @@ jobs:
1315
fail-fast: false
1416
matrix:
1517
os: [ubuntu-latest]
16-
python-version: ["3.12"]
18+
python-version: ["3.13"]
1719
runs-on: ${{ matrix.os }}
1820

1921
steps:
20-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2123
with:
2224
submodules: true
2325
- name: Setup conda and dependencies

0 commit comments

Comments
 (0)