Skip to content

Commit

Permalink
Merge pull request #20 from Plant-Tracer/18-update-actionscheckout
Browse files Browse the repository at this point in the history
 18-19 update actions/checkout to @v4 and .htaccess deployment
  • Loading branch information
sbarber2 authored Oct 22, 2024
2 parents 6108734 + b4567a3 commit 423b1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Deploy to $APP_HOST $DEPLOY_DIR"
run: |
Expand Down

0 comments on commit 423b1d0

Please sign in to comment.