diff --git a/actions/load-env/action.yml b/actions/load-env/action.yml index d0161e7..c794815 100644 --- a/actions/load-env/action.yml +++ b/actions/load-env/action.yml @@ -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