Skip to content

Commit bf880b4

Browse files
authored
Merge pull request #7 from axelerant/dependabot/github_actions/actions/checkout-3
github-actions: bump actions/checkout from 2 to 3
2 parents d588d67 + 48493e8 commit bf880b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-known-hosts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
known-hosts:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- uses: shivammathur/setup-php@v2
1313
with:
1414
php-version: 8.1

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inputs:
2020
runs:
2121
using: "composite"
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
with:
2525
fetch-depth: 0
2626
- uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)