We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5891f45 + c6f2a54 commit b15d769Copy full SHA for b15d769
2 files changed
.github/workflows/main.yml
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ubuntu-latest
48
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
49
steps:
50
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
51
with:
52
persist-credentials: false
53
- name: Install dependencies
@@ -89,7 +89,7 @@ jobs:
89
10
90
- name: Display Python version
91
run: python3 --version
92
93
94
95
.github/workflows/push.yml
@@ -33,7 +33,7 @@ jobs:
33
python3-isort
34
- name: Install hs-dbus-signature
35
run: pip install --user hs-dbus-signature
36
37
38
path: into-dbus-python
39
0 commit comments