Skip to content

Commit b15d769

Browse files
authored
Merge pull request #127 from mulkieran/issue_project_834
Increase GitHub Action checkout version to v6
2 parents 5891f45 + c6f2a54 commit b15d769

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
4949
steps:
50-
- uses: actions/checkout@v5
50+
- uses: actions/checkout@v6
5151
with:
5252
persist-credentials: false
5353
- name: Install dependencies
@@ -89,7 +89,7 @@ jobs:
8989
10
9090
- name: Display Python version
9191
run: python3 --version
92-
- uses: actions/checkout@v5
92+
- uses: actions/checkout@v6
9393
with:
9494
persist-credentials: false
9595
- name: Install dependencies

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python3-isort
3434
- name: Install hs-dbus-signature
3535
run: pip install --user hs-dbus-signature
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
with:
3838
path: into-dbus-python
3939
persist-credentials: false

0 commit comments

Comments
 (0)