Skip to content

Commit f24780a

Browse files
authored
Merge pull request #91 from BCDA-APS/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4d35046 + 954ed9e commit f24780a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424

2525
- uses: actions/setup-python@v6
2626
with:
@@ -51,7 +51,7 @@ jobs:
5151
DISPLAY: ":99.0"
5252

5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555

5656
- name: Install OS libraries to test Linux PyQt apps
5757
run: |

0 commit comments

Comments
 (0)