We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9613f8 commit 10fa9e2Copy full SHA for 10fa9e2
2 files changed
.github/CODEOWNERS
@@ -1,2 +1,2 @@
1
-* @pennylane-hq/advanced-expenses
+* @pennylane-hq/advanced-expenses
2
/doc/dependency_decisions.yml @pennylane-hq/appsec
.github/workflows/pre-commit.yml
@@ -5,10 +5,10 @@ on: [push]
5
jobs:
6
checks:
7
name: Run pre-commit
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
13
- name: Setup Environment
14
run: |
@@ -53,4 +53,4 @@ jobs:
53
54
- name: Run license checks
55
56
- pre-commit run license_checks --files doc/dependency_decisions.yml
+ pre-commit run license_checks --files doc/dependency_decisions.yml
0 commit comments