Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spoyntersmith authored Apr 14, 2022
1 parent a548a33 commit 133c92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2.0.1
- uses: actions/checkout@v2.1.5
- name: Laravel Deployment Action
# You may pin to the exact commit or the version.
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
# commands to run on server with prefix
ARTISAN_COMMANDS: # optional, default is php artisan inspire
# stop artisan commands on error
ARTISAN_FAIL_ON_ERROR: # optional, default is false
ARTISAN_FAIL_ON_ERROR: # optional, default is false

0 comments on commit 133c92f

Please sign in to comment.