Skip to content

Commit 20be191

Browse files
authored
Merge pull request #20 from InteractionDesignFoundation/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents cb3c729 + dbfbe93 commit 20be191

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: psalm
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515

1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Setup PHP
2727
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)