Skip to content

Commit cd2e9e7

Browse files
authored
Merge pull request #1 from d33pm3/ci/node24-first-party-actions
ci: use Node 24 first-party Actions to clear deprecation warnings
2 parents 7972471 + 805f955 commit cd2e9e7

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
workflow_dispatch:
9+
10+
permissions:
11+
contents: read
812

913
jobs:
1014
self-test:
1115
runs-on: ubuntu-latest
1216
steps:
13-
- uses: actions/checkout@v4
14-
- uses: actions/setup-python@v5
17+
- uses: actions/checkout@v5
18+
with:
19+
persist-credentials: false
20+
- uses: actions/setup-python@v6
1521
with:
1622
python-version: "3.12"
1723
- name: Install

0 commit comments

Comments
 (0)