Skip to content

Commit

Permalink
Merge pull request #10 from axelerant/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

github-actions: bump actions/checkout from 3 to 4
  • Loading branch information
hussainweb authored Sep 4, 2023
2 parents 6c51ae1 + 625eab9 commit 024d47e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-known-hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
known-hosts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 024d47e

Please sign in to comment.