Skip to content

Commit 4bf9736

Browse files
authored
Merge pull request #185 from antecedent/dependabot/github_actions/actions/checkout-6
GH Actions: Bump actions/checkout from 5 to 6
2 parents 5509065 + 30430c8 commit 4bf9736

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

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

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Setup PHP
2626
uses: shivammathur/setup-php@v2
@@ -77,7 +77,7 @@ jobs:
7777

7878
steps:
7979
- name: Checkout GH Pages branch
80-
uses: actions/checkout@v5
80+
uses: actions/checkout@v6
8181
with:
8282
ref: gh-pages
8383

.github/workflows/tests.yml

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

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Setup PHP
3030
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)