Skip to content

Commit

Permalink
chore(deps): update c-py/action-dotenv-to-setenv action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent 59dfc1e commit a6ac943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/load-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- name: Load .env variables
if: ${{ hashFiles('.env') != '' }}
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: .env
- name: Update config/cache paths
Expand Down

0 comments on commit a6ac943

Please sign in to comment.