Skip to content

Commit 041de72

Browse files
authored
Merge pull request #453 from laminas/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents ed0b266 + 5d4ed75 commit 041de72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v5.0.1
22+
- uses: actions/checkout@v6.0.0
2323
- uses: shivammathur/[email protected]
2424

2525
with:

.github/workflows/iana-hostname-list-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
- name: Checkout
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
ref: ${{ steps.default-branch.outputs.branch-name }}
2626
fetch-depth: 1

0 commit comments

Comments
 (0)