Skip to content

Commit 2b55bd4

Browse files
committed
Increase GitHub Action checkout version to v5
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 7c38ca4 commit 2b55bd4

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
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050
- name: Install dependencies
5151
run: >
5252
dnf install -y
@@ -86,7 +86,7 @@ jobs:
8686
10
8787
- name: Display Python version
8888
run: python3 --version
89-
- uses: actions/checkout@v4
89+
- uses: actions/checkout@v5
9090
- name: Install dependencies
9191
run: >
9292
dnf install -y

.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@v4
36+
- uses: actions/checkout@v5
3737
with:
3838
path: into-dbus-python
3939
- name: Run with monkeytype

0 commit comments

Comments
 (0)